loopback-boot/package.json

54 lines
1.1 KiB
JSON

{
"name": "loopback-boot",
"version": "3.3.0",
"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": ">=6"
},
"main": "index.js",
"browser": "browser.js",
"scripts": {
"test": "mocha",
"posttest": "npm run lint",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"license": "MIT",
"dependencies": {
"async": "^2.4.0",
"bluebird": "^3.5.3",
"commondir": "^1.0.1",
"debug": "^4.1.1",
"lodash": "^4.17.11",
"semver": "^5.1.0",
"strong-globalize": "^4.1.1",
"toposort": "^2.0.2"
},
"devDependencies": {
"browserify": "^16.2.3",
"chai": "^4.2.0",
"coffeeify": "^3.0.1",
"coffeescript": "^2.3.1",
"dirty-chai": "^2.0.1",
"eslint": "^5.2.0",
"eslint-config-loopback": "^11.0.0",
"fs-extra": "^7.0.1",
"loopback": "^3.0.0",
"mocha": "^5.2.0",
"supertest": "^4.0.2"
}
}