53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"name": "loopback-boot",
|
|
"version": "3.0.0-alpha.1",
|
|
"publishConfig": {
|
|
"tag": "next"
|
|
},
|
|
"description": "Convention-based bootstrapper for LoopBack applications",
|
|
"keywords": [
|
|
"StrongLoop",
|
|
"LoopBack",
|
|
"Configuration",
|
|
"Bootstrap"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/strongloop/loopback-boot"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
},
|
|
"main": "index.js",
|
|
"browser": "browser.js",
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"posttest": "npm run lint",
|
|
"lint": "eslint ."
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async": "^1.5.2",
|
|
"bluebird": "^3.4.0",
|
|
"commondir": "^1.0.1",
|
|
"debug": "^2.2.0",
|
|
"lodash": "^4.13.1",
|
|
"semver": "^5.1.0",
|
|
"strong-globalize": "^2.7.0",
|
|
"toposort": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^4.2.3",
|
|
"chai": "^3.5.0",
|
|
"coffee-script": "^1.10.0",
|
|
"coffeeify": "^2.0.1",
|
|
"dirty-chai": "^1.2.2",
|
|
"eslint": "^2.11.1",
|
|
"eslint-config-loopback": "^1.0.0",
|
|
"fs-extra": "^0.30.0",
|
|
"loopback": "^3.0.0",
|
|
"mocha": "^2.5.3",
|
|
"supertest": "^1.2.0"
|
|
}
|
|
}
|