loopback-component-explorer/package.json

41 lines
921 B
JSON
Raw Normal View History

2013-11-05 19:16:59 +00:00
{
"name": "loopback-explorer",
2014-07-22 19:46:00 +00:00
"version": "1.2.3",
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-01-14 07:34:34 +00:00
"loopback": "1.x",
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": {
2014-07-14 20:48:40 +00:00
"swagger-ui": "~2.0.18",
"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
}
}