Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefrey committed Mar 13, 2013
1 parent 769915a commit 7bd0900
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"name" : "nokomis-plugins",
"version" : "0.0.5",
"description" : "Plugins for nokomis",
"main" : "./index.js",
"dependencies" : {
"name": "nokomis-plugins",
"version": "0.0.6",
"description": "Plugins for nokomis",
"main": "./index.js",
"dependencies": {
"bunyan": "0.18.x",
"cookies": "~0.3.x",
"error-page" : "*",
"error-page": "*",
"glob": "3",
"keygrip": "~0.2.0",
"krumkake": ">=0.1.1",
"negotiator": "~0.2.x",
"underscore" : "*",
"request-timeout" : "*"
"underscore": "*",
"request-timeout": "*"
},
"peerDependencies" : {
"peerDependencies": {
"nokomis": ">=0.2.6"
},
"devDependencies" : {
"devDependencies": {
"nokomis": ">=0.2.6",
"mocha" : "*",
"sinon" : "*"
"mocha": "*",
"sinon": "*"
},
"engines" : {
"node" : ">=0.8.0",
"npm" : ">=1.2"
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2"
},
"repository" : {
"type" : "git",
"url" : "git://github.com/tstmedia/nokomis-plugins.git"
"repository": {
"type": "git",
"url": "git://github.com/tstmedia/nokomis-plugins.git"
},
"scripts" : {
"test" : "NODE_ENV=test mocha -R spec"
"scripts": {
"test": "NODE_ENV=test mocha -R spec"
}
}

0 comments on commit 7bd0900

Please sign in to comment.