loopback-boot/package.json

41 lines
905 B
JSON
Raw Normal View History

2014-05-23 13:51:20 +00:00
{
"name": "loopback-boot",
"version": "2.0.0-dev",
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",
"debug": "^0.8.1",
"semver": "^2.3.0",
"toposort": "^0.2.10",
"underscore": "^1.6.0"
},
"devDependencies": {
"loopback": "^1.5.0",
"mocha": "^1.19.0",
"must": "^0.11.0",
"supertest": "^0.13.0",
"fs-extra": "^0.9.1",
"browserify": "^4.1.8"
2014-05-23 13:51:20 +00:00
}
}