Tidy up package.json for LoopBack 1.0.0
This commit is contained in:
parent
1625a8fa90
commit
0a52aed692
17
package.json
17
package.json
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "loopback",
|
"name": "loopback",
|
||||||
"description": "loopback",
|
"description": "loopback",
|
||||||
"version": "0.9.0",
|
"version": "1.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha -R spec",
|
"test": "mocha -R spec",
|
||||||
"blanket": {
|
"blanket": {
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
"coverage": "mocha -r blanket -R html-cov > coverage_loopback.html"
|
"coverage": "mocha -r blanket -R html-cov > coverage_loopback.html"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"debug": "latest",
|
"debug": "~0.7.2",
|
||||||
"express": "~3.1.1",
|
"express": "~3.1.1",
|
||||||
"loopback-datasource-juggler": "git+ssh://git@github.com:strongloop/loopback-datasource-juggler.git",
|
"loopback-datasource-juggler": "git+ssh://git@github.com:strongloop/loopback-datasource-juggler.git",
|
||||||
"strong-remoting": "git+ssh://git@github.com:strongloop/strong-remoting.git",
|
"strong-remoting": "git+ssh://git@github.com:strongloop/strong-remoting.git",
|
||||||
|
@ -20,12 +20,13 @@
|
||||||
"passport-local": "~0.1.6",
|
"passport-local": "~0.1.6",
|
||||||
"nodemailer": "~0.4.4",
|
"nodemailer": "~0.4.4",
|
||||||
"ejs": "~0.8.4",
|
"ejs": "~0.8.4",
|
||||||
"blanket": "latest",
|
"blanket": "~1.1.5",
|
||||||
"mocha": "~1.8.2"
|
"mocha": "~1.8.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "latest",
|
"mocha": "~1.12.1",
|
||||||
"strong-task-emitter": "0.0.x",
|
"strong-task-emitter": "0.0.x",
|
||||||
"supertest": "latest"
|
"supertest": "~0.7.1"
|
||||||
}
|
},
|
||||||
}
|
"license": "MIT"
|
||||||
|
}
|
Loading…
Reference in New Issue