37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"name": "loopback",
|
|
"description": "LoopBack: Open Mobile Platform for Node.js",
|
|
"keywords": [ "StrongLoop", "LoopBack", "Mobile", "Backend", "Platform", "mBaaS" ],
|
|
"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.4.0",
|
|
"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",
|
|
"passport": "~0.1.17",
|
|
"passport-local": "~0.1.6",
|
|
"nodemailer": "~0.4.4",
|
|
"ejs": "~0.8.4",
|
|
"bcryptjs": "~0.7.10"
|
|
},
|
|
"devDependencies": {
|
|
"blanket": "~1.1.5",
|
|
"mocha": "~1.12.1",
|
|
"strong-task-emitter": "0.0.x",
|
|
"supertest": "~0.7.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/strongloop/loopback"
|
|
},
|
|
"license": "MIT"
|
|
}
|