47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"name": "loopback",
|
|
"description": "LoopBack: Open Mobile Platform for Node.js",
|
|
"keywords": [
|
|
"StrongLoop",
|
|
"LoopBack",
|
|
"Mobile",
|
|
"Backend",
|
|
"Platform",
|
|
"mBaaS"
|
|
],
|
|
"version": "1.2.1",
|
|
"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": "~1.2.0",
|
|
"strong-remoting": "~1.0.0",
|
|
"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",
|
|
"underscore.string": "~2.3.3",
|
|
"underscore": "~1.5.2",
|
|
"uid2": "0.0.3"
|
|
},
|
|
"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"
|
|
}
|