44 lines
1006 B
JSON
44 lines
1006 B
JSON
{
|
|
"name": "loopback-explorer",
|
|
"version": "1.5.1",
|
|
"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.assign": "^2.4.1",
|
|
"lodash.clonedeep": "^2.4.1",
|
|
"lodash.defaults": "^2.4.1",
|
|
"lodash.pick": "^2.4.1",
|
|
"swagger-ui": "~2.0.18"
|
|
}
|
|
}
|