loopback-boot/package.json

45 lines
996 B
JSON
Raw Normal View History

2014-05-23 13:51:20 +00:00
{
"name": "loopback-boot",
"version": "2.22.0",
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
},
"main": "index.js",
"browser": "browser.js",
2014-05-23 13:51:20 +00:00
"scripts": {
"test": "mocha",
"posttest": "npm run lint",
"lint": "eslint ."
2014-05-23 13:51:20 +00:00
},
"license": "MIT",
"dependencies": {
2014-10-09 19:18:36 +00:00
"async": "~0.9.0",
"commondir": "0.0.1",
2014-10-09 19:22:34 +00:00
"debug": "^2.0.0",
"lodash": "^3.6.0",
2014-10-21 07:39:57 +00:00
"semver": "^4.1.0",
2016-08-04 16:05:24 +00:00
"strong-globalize": "^2.6.2",
"toposort": "^0.2.10"
},
"devDependencies": {
"browserify": "^4.1.8",
"chai": "^1.10.0",
"coffee-script": "^1.8.0",
"coffeeify": "^0.7.0",
"eslint": "^2.5.3",
"eslint-config-loopback": "^1.0.0",
"fs-extra": "^0.12.0",
"loopback": "^2.16.3",
"mocha": "^1.19.0",
2014-10-21 07:39:57 +00:00
"supertest": "^0.14.0"
2014-05-23 13:51:20 +00:00
}
}