Skip to content

Commit

Permalink
[refactor] Added new dependency "read"
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro committed Jun 18, 2012
1 parent 62ecbb6 commit 55d4aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -21,14 +21,14 @@
"start": "node ./bin/nodester.js",
"test": "mocha test/test-*.js -R spec"
},

"engines": {
"node": "0.6.x"
},
"dependencies": {
"nodester-api": ">= 0.1.23",
"colors": "0.3.0",
"iniparser": "1.0.1"
"iniparser": "1.0.1",
"read": "~0.1.0"
},
"devDependencies": {
"mocha": "~1.0.3"
Expand Down

0 comments on commit 55d4aef

Please sign in to comment.