32 lines
855 B
JSON
32 lines
855 B
JSON
{
|
|
"name": "loopback",
|
|
"description": "loopback",
|
|
"version": "0.9.0",
|
|
"scripts": {
|
|
"test": "mocha -R spec",
|
|
"blanket": {
|
|
"pattern": "//^((?!(node_modules|test)).)*$/"
|
|
},
|
|
"coverage": "mocha -r blanket -R html-cov > coverage_loopback.html"
|
|
},
|
|
"dependencies": {
|
|
"debug": "latest",
|
|
"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",
|
|
"inflection": "~1.2.5",
|
|
"bcrypt": "~0.7.6",
|
|
"passport": "~0.1.17",
|
|
"passport-local": "~0.1.6",
|
|
"nodemailer": "~0.4.4",
|
|
"ejs": "~0.8.4",
|
|
"blanket": "latest",
|
|
"mocha": "~1.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "latest",
|
|
"strong-task-emitter": "0.0.x",
|
|
"supertest": "latest"
|
|
}
|
|
}
|