loopback-component-explorer/package.json

41 lines
1000 B
JSON
Raw Normal View History

2013-11-05 19:16:59 +00:00
{
"name": "loopback-explorer",
2015-03-27 05:33:12 +00:00
"version": "1.2.13",
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": {
2014-08-07 20:07:36 +00:00
"loopback": "git+https://github.com/shelbys/loopback.git",
2014-07-14 20:48:40 +00:00
"mocha": "~1.20.1",
"supertest": "~0.13.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": {
"swagger-ui": "git+https://github.com/shelbys/swagger-ui.git",
2014-07-14 20:48:40 +00:00
"debug": "~1.0.3",
"lodash.clonedeep": "^2.4.1",
"lodash.defaults": "^2.4.1",
2014-07-11 18:22:18 +00:00
"express": "3.x"
2013-11-05 19:16:59 +00:00
}
}