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",
|
2014-05-12 16:22:09 +00:00
|
|
|
"homepage": "http://loopback.io",
|
2013-10-29 21:12:23 +00:00
|
|
|
"keywords": [
|
|
|
|
"StrongLoop",
|
|
|
|
"LoopBack",
|
|
|
|
"Mobile",
|
|
|
|
"Backend",
|
|
|
|
"Platform",
|
|
|
|
"mBaaS"
|
|
|
|
],
|
2014-05-20 22:03:29 +00:00
|
|
|
"version": "1.8.3",
|
2013-04-09 16:02:36 +00:00
|
|
|
"scripts": {
|
2013-11-15 21:58:36 +00:00
|
|
|
"test": "mocha -R spec"
|
2013-04-09 16:02:36 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-02-12 19:31:26 +00:00
|
|
|
"debug": "~0.7.4",
|
|
|
|
"express": "~3.4.8",
|
2014-03-27 22:47:03 +00:00
|
|
|
"strong-remoting": "~1.3.1",
|
2014-02-21 17:27:50 +00:00
|
|
|
"inflection": "~1.3.5",
|
2014-02-12 19:31:26 +00:00
|
|
|
"passport": "~0.2.0",
|
2013-07-03 05:37:31 +00:00
|
|
|
"passport-local": "~0.1.6",
|
2014-02-12 19:31:26 +00:00
|
|
|
"nodemailer": "~0.6.0",
|
|
|
|
"ejs": "~0.8.5",
|
2014-02-21 17:27:50 +00:00
|
|
|
"bcryptjs": "~0.7.12",
|
2013-11-13 19:49:08 +00:00
|
|
|
"underscore.string": "~2.3.3",
|
2014-02-12 19:31:26 +00:00
|
|
|
"underscore": "~1.6.0",
|
2013-11-20 21:31:30 +00:00
|
|
|
"uid2": "0.0.3",
|
2014-02-12 19:31:26 +00:00
|
|
|
"async": "~0.2.10"
|
2013-04-09 16:02:36 +00:00
|
|
|
},
|
2013-12-06 18:24:29 +00:00
|
|
|
"peerDependencies": {
|
2014-05-20 21:10:49 +00:00
|
|
|
"loopback-datasource-juggler": "^1.4.0 < 1.6.0"
|
2013-12-06 18:24:29 +00:00
|
|
|
},
|
2013-04-09 16:02:36 +00:00
|
|
|
"devDependencies": {
|
2014-05-20 21:10:49 +00:00
|
|
|
"loopback-datasource-juggler": "^1.4.0 < 1.6.0",
|
2014-02-12 19:31:26 +00:00
|
|
|
"mocha": "~1.17.1",
|
2013-08-01 18:31:30 +00:00
|
|
|
"strong-task-emitter": "0.0.x",
|
2014-02-12 19:31:26 +00:00
|
|
|
"supertest": "~0.9.0",
|
|
|
|
"chai": "~1.9.0",
|
2014-02-12 19:50:42 +00:00
|
|
|
"loopback-testing": "~0.1.2",
|
2014-04-14 19:25:41 +00:00
|
|
|
"browserify": "~3.41.0",
|
2014-02-12 00:01:51 +00:00
|
|
|
"grunt": "~0.4.2",
|
2014-02-21 17:27:50 +00:00
|
|
|
"grunt-browserify": "~1.3.1",
|
2014-02-12 00:01:51 +00:00
|
|
|
"grunt-contrib-uglify": "~0.3.2",
|
|
|
|
"grunt-contrib-jshint": "~0.8.0",
|
|
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
|
|
"karma-script-launcher": "~0.1.0",
|
|
|
|
"karma-chrome-launcher": "~0.1.2",
|
|
|
|
"karma-firefox-launcher": "~0.1.3",
|
|
|
|
"karma-html2js-preprocessor": "~0.1.0",
|
|
|
|
"karma-phantomjs-launcher": "~0.1.2",
|
|
|
|
"karma": "~0.10.9",
|
2014-04-14 19:25:41 +00:00
|
|
|
"karma-browserify": "~0.2.0",
|
2014-02-12 00:01:51 +00:00
|
|
|
"karma-mocha": "~0.1.1",
|
|
|
|
"grunt-karma": "~0.6.2"
|
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"
|
|
|
|
},
|
2014-02-12 00:01:51 +00:00
|
|
|
"browser": {
|
|
|
|
"express": "./lib/browser-express.js",
|
|
|
|
"connect": false,
|
|
|
|
"passport": false,
|
2014-04-08 22:26:02 +00:00
|
|
|
"passport-local": false,
|
|
|
|
"nodemailer": false
|
2014-02-12 00:01:51 +00:00
|
|
|
},
|
2014-02-14 19:53:17 +00:00
|
|
|
"license": {
|
|
|
|
"name": "Dual MIT/StrongLoop",
|
|
|
|
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
|
|
|
|
}
|
2013-09-05 00:01:42 +00:00
|
|
|
}
|