2014-05-23 13:51:20 +00:00
|
|
|
{
|
|
|
|
"name": "loopback-boot",
|
2019-06-24 15:22:44 +00:00
|
|
|
"version": "3.3.1",
|
2014-05-23 13:51:20 +00:00
|
|
|
"description": "Convention-based bootstrapper for LoopBack applications",
|
|
|
|
"keywords": [
|
|
|
|
"StrongLoop",
|
|
|
|
"LoopBack",
|
|
|
|
"Configuration",
|
|
|
|
"Bootstrap"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-06-16 13:27:23 +00:00
|
|
|
"url": "https://github.com/strongloop/loopback-boot"
|
2014-05-23 13:51:20 +00:00
|
|
|
},
|
2016-11-15 14:07:22 +00:00
|
|
|
"engines": {
|
2019-10-03 14:57:02 +00:00
|
|
|
"node": ">=8"
|
2016-11-15 14:07:22 +00:00
|
|
|
},
|
2014-05-23 13:51:20 +00:00
|
|
|
"main": "index.js",
|
2014-06-03 12:08:34 +00:00
|
|
|
"browser": "browser.js",
|
2014-05-23 13:51:20 +00:00
|
|
|
"scripts": {
|
2016-03-31 11:29:39 +00:00
|
|
|
"test": "mocha",
|
|
|
|
"posttest": "npm run lint",
|
2018-07-23 18:26:47 +00:00
|
|
|
"lint": "eslint .",
|
|
|
|
"lint:fix": "eslint . --fix"
|
2014-05-23 13:51:20 +00:00
|
|
|
},
|
2015-09-21 23:42:54 +00:00
|
|
|
"license": "MIT",
|
2014-05-23 14:39:34 +00:00
|
|
|
"dependencies": {
|
2017-05-08 21:48:48 +00:00
|
|
|
"async": "^2.4.0",
|
2019-03-26 18:14:56 +00:00
|
|
|
"bluebird": "^3.5.3",
|
2016-04-27 22:55:57 +00:00
|
|
|
"commondir": "^1.0.1",
|
2019-03-26 18:14:56 +00:00
|
|
|
"debug": "^4.1.1",
|
2019-03-01 17:32:47 +00:00
|
|
|
"lodash": "^4.17.11",
|
2016-04-27 22:55:57 +00:00
|
|
|
"semver": "^5.1.0",
|
2018-07-26 16:03:12 +00:00
|
|
|
"strong-globalize": "^4.1.1",
|
|
|
|
"toposort": "^2.0.2"
|
2014-05-23 14:39:34 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-03-26 18:14:56 +00:00
|
|
|
"browserify": "^16.2.3",
|
|
|
|
"chai": "^4.2.0",
|
|
|
|
"coffeeify": "^3.0.1",
|
2018-07-23 18:26:47 +00:00
|
|
|
"coffeescript": "^2.3.1",
|
2019-03-26 18:14:56 +00:00
|
|
|
"dirty-chai": "^2.0.1",
|
2019-11-17 19:19:25 +00:00
|
|
|
"eslint": "^6.6.0",
|
|
|
|
"eslint-config-loopback": "^13.1.0",
|
2019-03-26 18:14:56 +00:00
|
|
|
"fs-extra": "^7.0.1",
|
2016-09-22 11:11:01 +00:00
|
|
|
"loopback": "^3.0.0",
|
2018-07-26 16:03:12 +00:00
|
|
|
"mocha": "^5.2.0",
|
2019-03-26 18:14:56 +00:00
|
|
|
"supertest": "^4.0.2"
|
2019-05-07 13:12:54 +00:00
|
|
|
},
|
|
|
|
"author": "IBM Corp."
|
2014-05-23 13:51:20 +00:00
|
|
|
}
|