46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "loopback-boot",
|
|
"version": "2.6.5",
|
|
"description": "Convention-based bootstrapper for LoopBack applications",
|
|
"keywords": [
|
|
"StrongLoop",
|
|
"LoopBack",
|
|
"Configuration",
|
|
"Bootstrap"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/strongloop/loopback-boot"
|
|
},
|
|
"main": "index.js",
|
|
"browser": "browser.js",
|
|
"scripts": {
|
|
"pretest": "jscs . && jshint .",
|
|
"test": "mocha"
|
|
},
|
|
"license": {
|
|
"name": "Dual MIT/StrongLoop",
|
|
"url": "https://github.com/strongloop/loopback-boot/blob/master/LICENSE"
|
|
},
|
|
"dependencies": {
|
|
"async": "~0.9.0",
|
|
"commondir": "0.0.1",
|
|
"debug": "^2.0.0",
|
|
"lodash": "^2.4.1",
|
|
"semver": "^4.1.0",
|
|
"toposort": "^0.2.10"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^4.1.8",
|
|
"chai": "^1.10.0",
|
|
"coffee-script": "^1.8.0",
|
|
"coffeeify": "^0.7.0",
|
|
"fs-extra": "^0.12.0",
|
|
"jscs": "^1.7.3",
|
|
"jshint": "^2.5.6",
|
|
"loopback": "^2.5.0",
|
|
"mocha": "^1.19.0",
|
|
"supertest": "^0.14.0"
|
|
}
|
|
}
|