loopback-boot/package.json

42 lines
936 B
JSON
Raw Normal View History

2014-05-23 13:51:20 +00:00
{
"name": "loopback-boot",
2014-07-22 17:34:01 +00:00
"version": "2.0.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": {
"commondir": "0.0.1",
2014-07-22 08:57:44 +00:00
"debug": "^1.0.4",
"lodash.clonedeep": "^2.4.1",
"semver": "^2.3.0",
"toposort": "^0.2.10",
"underscore": "^1.6.0"
},
"devDependencies": {
"loopback": "^1.5.0",
"mocha": "^1.19.0",
2014-07-22 08:57:44 +00:00
"must": "^0.12.0",
"supertest": "^0.13.0",
2014-07-22 08:57:44 +00:00
"fs-extra": "^0.10.0",
"browserify": "^4.1.8"
2014-05-23 13:51:20 +00:00
}
}