loopback-component-explorer/package.json

41 lines
1000 B
JSON

{
"name": "loopback-explorer",
"version": "1.2.13",
"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": "git+https://github.com/shelbys/loopback.git",
"mocha": "~1.20.1",
"supertest": "~0.13.0",
"chai": "~1.9.1"
},
"license": {
"name": "Dual MIT/StrongLoop",
"url": "https://github.com/strongloop/loopback-explorer/blob/master/LICENSE"
},
"dependencies": {
"swagger-ui": "git+https://github.com/shelbys/swagger-ui.git",
"debug": "~1.0.3",
"lodash.clonedeep": "^2.4.1",
"lodash.defaults": "^2.4.1",
"express": "3.x"
}
}