Tidy up package.json for LoopBack 1.0.0

This commit is contained in:
Raymond Feng 2013-09-04 16:50:47 -07:00
parent 1625a8fa90
commit 0a52aed692
1 changed files with 9 additions and 8 deletions

View File

@ -1,7 +1,7 @@
{
"name": "loopback",
"description": "loopback",
"version": "0.9.0",
"version": "1.0.0",
"scripts": {
"test": "mocha -R spec",
"blanket": {
@ -10,7 +10,7 @@
"coverage": "mocha -r blanket -R html-cov > coverage_loopback.html"
},
"dependencies": {
"debug": "latest",
"debug": "~0.7.2",
"express": "~3.1.1",
"loopback-datasource-juggler": "git+ssh://git@github.com:strongloop/loopback-datasource-juggler.git",
"strong-remoting": "git+ssh://git@github.com:strongloop/strong-remoting.git",
@ -20,12 +20,13 @@
"passport-local": "~0.1.6",
"nodemailer": "~0.4.4",
"ejs": "~0.8.4",
"blanket": "latest",
"mocha": "~1.8.2"
"blanket": "~1.1.5",
"mocha": "~1.8.2"
},
"devDependencies": {
"mocha": "latest",
"mocha": "~1.12.1",
"strong-task-emitter": "0.0.x",
"supertest": "latest"
}
}
"supertest": "~0.7.1"
},
"license": "MIT"
}