loopback-component-explorer/package.json

41 lines
903 B
JSON

{
"name": "loopback-explorer",
"version": "1.8.0",
"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"
},
"license": {
"name": "Dual MIT/StrongLoop",
"url": "https://github.com/strongloop/loopback-explorer/blob/master/LICENSE"
},
"dependencies": {
"cors": "^2.4.2",
"debug": "~1.0.3",
"express": "3.x",
"lodash": "^2.4.1",
"swagger-ui": "~2.0.18"
}
}