88 lines
2.0 KiB
JSON
88 lines
2.0 KiB
JSON
{
|
|
"name": "loopback",
|
|
"description": "LoopBack: Open API Framework for Node.js",
|
|
"homepage": "http://loopback.io",
|
|
"keywords": [
|
|
"restful",
|
|
"rest",
|
|
"api",
|
|
"express",
|
|
"restify",
|
|
"koa",
|
|
"auth",
|
|
"security",
|
|
"oracle",
|
|
"mysql",
|
|
"nosql",
|
|
"mongo",
|
|
"mongodb",
|
|
"sqlserver",
|
|
"mssql",
|
|
"postgres",
|
|
"postgresql",
|
|
"soap",
|
|
"StrongLoop",
|
|
"framework",
|
|
"mobile",
|
|
"mBaaS"
|
|
],
|
|
"version": "1.9.1",
|
|
"scripts": {
|
|
"test": "mocha -R spec"
|
|
},
|
|
"dependencies": {
|
|
"debug": "~1.0.2",
|
|
"express": "~3.5.0",
|
|
"strong-remoting": "~1.5.0",
|
|
"inflection": "~1.3.7",
|
|
"nodemailer": "~0.7.0",
|
|
"ejs": "~1.0.0",
|
|
"bcryptjs": "~1.0.3",
|
|
"underscore.string": "~2.3.3",
|
|
"underscore": "~1.6.0",
|
|
"uid2": "0.0.3",
|
|
"async": "~0.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"loopback-datasource-juggler": ">=1.4.0 <1.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"loopback-datasource-juggler": ">=1.4.0 <1.7.0",
|
|
"mocha": "~1.20.1",
|
|
"strong-task-emitter": "0.0.x",
|
|
"supertest": "~0.13.0",
|
|
"chai": "~1.9.1",
|
|
"loopback-testing": "~0.2.0",
|
|
"browserify": "~4.1.11",
|
|
"grunt": "~0.4.5",
|
|
"grunt-browserify": "~2.1.0",
|
|
"grunt-contrib-uglify": "~0.5.0",
|
|
"grunt-contrib-jshint": "~0.10.0",
|
|
"grunt-contrib-watch": "~0.6.1",
|
|
"karma-script-launcher": "~0.1.0",
|
|
"karma-chrome-launcher": "~0.1.4",
|
|
"karma-firefox-launcher": "~0.1.3",
|
|
"karma-html2js-preprocessor": "~0.1.0",
|
|
"karma-phantomjs-launcher": "~0.1.4",
|
|
"karma": "~0.12.16",
|
|
"karma-browserify": "~0.2.1",
|
|
"karma-mocha": "~0.1.4",
|
|
"grunt-karma": "~0.8.3"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/strongloop/loopback"
|
|
},
|
|
"browser": {
|
|
"express": "./lib/browser-express.js",
|
|
"connect": false,
|
|
"passport": false,
|
|
"passport-local": false,
|
|
"nodemailer": false
|
|
},
|
|
"license": {
|
|
"name": "Dual MIT/StrongLoop",
|
|
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
|
|
}
|
|
}
|