loopback-component-explorer/package.json

44 lines
1006 B
JSON
Raw Normal View History

2013-11-05 19:16:59 +00:00
{
"name": "loopback-explorer",
2014-10-24 17:34:32 +00:00
"version": "1.5.1",
2013-11-05 19:16:59 +00:00
"description": "Browse and test your LoopBack app's APIs",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/strongloop/loopback-explorer.git"
},
"keywords": [
"loopback",
"api",
"explorer"
],
"author": "Ritchie Martori",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/strongloop/loopback-explorer/issues"
},
"devDependencies": {
"loopback": "^2.4.1",
"mocha": "^1.21.5",
"supertest": "~0.14.0",
"chai": "^1.9.1"
2014-02-18 00:04:03 +00:00
},
"license": {
"name": "Dual MIT/StrongLoop",
2014-02-18 00:09:05 +00:00
"url": "https://github.com/strongloop/loopback-explorer/blob/master/LICENSE"
},
"dependencies": {
"cors": "^2.4.2",
2014-07-14 20:48:40 +00:00
"debug": "~1.0.3",
"express": "3.x",
"lodash.assign": "^2.4.1",
"lodash.clonedeep": "^2.4.1",
"lodash.defaults": "^2.4.1",
"lodash.pick": "^2.4.1",
"swagger-ui": "~2.0.18"
2013-11-05 19:16:59 +00:00
}
}