loopback/package.json

32 lines
852 B
JSON

{
"name": "loopback",
"description": "loopback",
"version": "1.0.0",
"scripts": {
"test": "mocha -R spec",
"blanket": {
"pattern": "//^((?!(node_modules|test)).)*$/"
},
"coverage": "mocha -r blanket -R html-cov > coverage_loopback.html"
},
"dependencies": {
"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",
"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"
},
"devDependencies": {
"blanket": "~1.1.5",
"mocha": "~1.12.1",
"strong-task-emitter": "0.0.x",
"supertest": "~0.7.1"
},
"license": "MIT"
}