loopback/package.json

105 lines
2.5 KiB
JSON
Raw Normal View History

2013-04-09 16:02:36 +00:00
{
2013-07-16 17:49:25 +00:00
"name": "loopback",
2014-12-15 18:29:16 +00:00
"version": "2.8.6",
2014-07-26 04:14:27 +00:00
"description": "LoopBack: Open Source Framework for Node.js",
2014-05-12 16:22:09 +00:00
"homepage": "http://loopback.io",
2013-10-29 21:12:23 +00:00
"keywords": [
2014-09-06 18:28:58 +00:00
"web",
2014-05-24 00:48:37 +00:00
"restful",
"rest",
"api",
"express",
"restify",
"koa",
2014-05-24 00:48:37 +00:00
"auth",
"security",
"oracle",
"mysql",
"nosql",
"mongo",
"mongodb",
"sqlserver",
"mssql",
2014-05-27 17:24:26 +00:00
"postgres",
2014-05-27 17:58:26 +00:00
"postgresql",
"soap",
2013-10-29 21:12:23 +00:00
"StrongLoop",
"framework",
"mobile",
2013-10-29 21:12:23 +00:00
"mBaaS"
],
2013-04-09 16:02:36 +00:00
"scripts": {
"test": "grunt mocha-and-karma"
2013-04-09 16:02:36 +00:00
},
"dependencies": {
"async": "~0.9.0",
"bcryptjs": "~2.0.2",
2014-09-13 06:21:35 +00:00
"body-parser": "~1.8.1",
"canonical-json": "0.0.4",
"continuation-local-storage": "~3.1.1",
"debug": "~2.0.0",
2014-05-20 23:15:48 +00:00
"ejs": "~1.0.0",
"express": "^4.10.2",
2014-09-13 06:21:35 +00:00
"inflection": "~1.4.2",
"loopback-connector-remote": "^1.0.1",
"loopback-phase": "^1.2.0",
2014-09-13 06:21:35 +00:00
"nodemailer": "~1.3.0",
2014-07-15 23:46:43 +00:00
"nodemailer-stub-transport": "~0.1.4",
"serve-favicon": "^2.1.6",
"stable": "^0.1.5",
"strong-remoting": "^2.4.0",
2013-11-20 21:31:30 +00:00
"uid2": "0.0.3",
"underscore.string": "~2.3.3"
2013-04-09 16:02:36 +00:00
},
"peerDependencies": {
2014-09-13 06:21:35 +00:00
"loopback-datasource-juggler": "^2.8.0"
},
2013-04-09 16:02:36 +00:00
"devDependencies": {
2014-09-13 06:21:35 +00:00
"browserify": "~4.2.3",
2014-11-10 17:58:10 +00:00
"chai": "^1.10.0",
2014-09-13 06:21:35 +00:00
"cookie-parser": "~1.3.3",
"errorhandler": "~1.2.0",
"es5-shim": "^4.0.3",
"grunt": "^0.4.5",
2014-09-13 06:21:35 +00:00
"grunt-browserify": "~3.0.1",
"grunt-cli": "^0.1.13",
2014-05-20 23:15:48 +00:00
"grunt-contrib-jshint": "~0.10.0",
2014-09-13 06:21:35 +00:00
"grunt-contrib-uglify": "~0.5.1",
2014-05-20 23:15:48 +00:00
"grunt-contrib-watch": "~0.6.1",
"grunt-jscs": "^0.8.1",
2014-09-13 06:21:35 +00:00
"grunt-karma": "~0.9.0",
"grunt-mocha-test": "^0.11.0",
"karma": "~0.12.23",
"karma-browserify": "~0.2.1",
2014-05-03 18:20:45 +00:00
"karma-chrome-launcher": "~0.1.4",
2014-02-12 00:01:51 +00:00
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-junit-reporter": "^0.2.2",
2014-09-13 06:21:35 +00:00
"karma-mocha": "^0.1.9",
2014-05-20 23:15:48 +00:00
"karma-phantomjs-launcher": "~0.1.4",
"karma-script-launcher": "~0.1.0",
2014-07-16 16:09:07 +00:00
"loopback-boot": "^1.1.0",
2014-09-13 06:21:35 +00:00
"loopback-datasource-juggler": "^2.8.0",
"loopback-testing": "~0.2.0",
2014-09-13 06:21:35 +00:00
"mocha": "~1.21.4",
"serve-favicon": "~2.1.3",
"strong-task-emitter": "0.0.x",
"supertest": "~0.13.0"
},
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",
"./lib/server-app.js": "./lib/browser-express.js",
2014-02-12 00:01:51 +00:00
"connect": false,
2014-12-08 22:59:21 +00:00
"nodemailer": false,
"bcrypt": 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"
}
}