Skip to content

Commit

Permalink
NEW: Add express module as dev dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
lbdremy committed Feb 2, 2013
1 parent 1eb99e9 commit 4d7577b
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions package.json
@@ -1,27 +1,28 @@
{
"author": {
"name" : "Remy Loubradou" ,
"email" : "remy.loubradou@gmail.com" ,
"url" : "https://twitter.com/#!/lbdremy"
},
"name": "scrapinode",
"main": "./index.js",
"description": "",
"version": "0.0.13",
"repository": {
"type": "git",
"url": "https://github.com/lbdremy/scrapinode"
},
"dependencies": {
"jsdom": "~0.3.4",
"cheerio" : "~0.10.5",
"superagent" : "git+ssh://git@github.com:lbdremy/superagent.git#fix-redirection-other-host"
},
"devDependencies": {
"chai" : "~1.3.0",
"mocha" : "~1.6.0"
},
"scripts" : {
"test" : "./node_modules/.bin/_mocha --reporter spec -t 10000 test/*-test.js"
}
"author": {
"name": "Remy Loubradou",
"email": "remy.loubradou@gmail.com",
"url": "https://twitter.com/#!/lbdremy"
},
"name": "scrapinode",
"main": "./index.js",
"description": "",
"version": "0.0.13",
"repository": {
"type": "git",
"url": "https://github.com/lbdremy/scrapinode"
},
"dependencies": {
"jsdom": "~0.3.4",
"cheerio": "~0.10.5",
"superagent": "git+ssh://git@github.com:lbdremy/superagent.git#fix-redirection-other-host"
},
"devDependencies": {
"chai": "~1.3.0",
"mocha": "~1.6.0",
"express": "~3.1.0"
},
"scripts": {
"test": "./node_modules/.bin/_mocha --reporter spec -t 10000 test/*-test.js"
}
}

0 comments on commit 4d7577b

Please sign in to comment.