2013-04-09 16:02:36 +00:00
|
|
|
{
|
2013-07-16 17:49:25 +00:00
|
|
|
"name": "loopback",
|
2013-09-11 17:42:29 +00:00
|
|
|
"description": "LoopBack: Open Mobile Platform for Node.js",
|
2013-10-29 21:12:23 +00:00
|
|
|
"keywords": [
|
|
|
|
"StrongLoop",
|
|
|
|
"LoopBack",
|
|
|
|
"Mobile",
|
|
|
|
"Backend",
|
|
|
|
"Platform",
|
|
|
|
"mBaaS"
|
|
|
|
],
|
2013-11-11 21:39:02 +00:00
|
|
|
"version": "1.2.1",
|
2013-04-09 16:02:36 +00:00
|
|
|
"scripts": {
|
2013-08-14 19:46:41 +00:00
|
|
|
"test": "mocha -R spec",
|
|
|
|
"blanket": {
|
|
|
|
"pattern": "//^((?!(node_modules|test)).)*$/"
|
|
|
|
},
|
|
|
|
"coverage": "mocha -r blanket -R html-cov > coverage_loopback.html"
|
2013-04-09 16:02:36 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2013-09-04 23:50:47 +00:00
|
|
|
"debug": "~0.7.2",
|
2013-09-10 19:21:22 +00:00
|
|
|
"express": "~3.4.0",
|
2013-11-08 18:08:00 +00:00
|
|
|
"loopback-datasource-juggler": "~1.2.0",
|
2013-11-14 06:19:41 +00:00
|
|
|
"strong-remoting": "~1.1.0",
|
2013-07-02 23:51:38 +00:00
|
|
|
"inflection": "~1.2.5",
|
|
|
|
"passport": "~0.1.17",
|
2013-07-03 05:37:31 +00:00
|
|
|
"passport-local": "~0.1.6",
|
2013-11-14 06:19:41 +00:00
|
|
|
"nodemailer": "~0.5.5",
|
2013-09-12 19:09:43 +00:00
|
|
|
"ejs": "~0.8.4",
|
2013-10-29 21:12:23 +00:00
|
|
|
"bcryptjs": "~0.7.10",
|
2013-11-13 19:49:08 +00:00
|
|
|
"underscore.string": "~2.3.3",
|
2013-11-14 21:01:47 +00:00
|
|
|
"underscore": "~1.5.2",
|
|
|
|
"uid2": "0.0.3"
|
2013-04-09 16:02:36 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2013-09-05 00:01:42 +00:00
|
|
|
"blanket": "~1.1.5",
|
2013-11-14 06:19:41 +00:00
|
|
|
"mocha": "~1.14.0",
|
2013-08-01 18:31:30 +00:00
|
|
|
"strong-task-emitter": "0.0.x",
|
2013-11-14 06:19:41 +00:00
|
|
|
"supertest": "~0.8.1"
|
2013-09-04 23:50:47 +00:00
|
|
|
},
|
2013-09-10 23:21:20 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/strongloop/loopback"
|
|
|
|
},
|
2013-09-04 23:50:47 +00:00
|
|
|
"license": "MIT"
|
2013-09-05 00:01:42 +00:00
|
|
|
}
|