loopback-boot/package.json

44 lines
983 B
JSON
Raw Normal View History

2014-05-23 13:51:20 +00:00
{
"name": "loopback-boot",
2014-10-09 19:22:34 +00:00
"version": "2.1.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": {
"pretest": "jshint .",
"test": "mocha"
2014-05-23 13:51:20 +00:00
},
"license": {
"name": "Dual MIT/StrongLoop",
"url": "https://github.com/strongloop/loopback-boot/blob/master/LICENSE"
},
"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.clonedeep": "^2.4.1",
"semver": "^2.3.0",
"toposort": "^0.2.10",
"underscore": "^1.6.0"
},
"devDependencies": {
"browserify": "^4.1.8",
"fs-extra": "^0.10.0",
"jshint": "^2.5.6",
2014-10-21 07:38:25 +00:00
"loopback": "^2.5.0",
"mocha": "^1.19.0",
2014-07-22 08:57:44 +00:00
"must": "^0.12.0",
"supertest": "^0.13.0"
2014-05-23 13:51:20 +00:00
}
}