37 lines
819 B
JSON
37 lines
819 B
JSON
{
|
|
"name": "loopback-explorer",
|
|
"version": "1.1.1",
|
|
"description": "Browse and test your LoopBack app's APIs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"peerDependencies": {
|
|
"loopback": "2.x || 1.x >=1.5"
|
|
},
|
|
"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": "1.x",
|
|
"mocha": "~1.14.0",
|
|
"supertest": "~0.8.1",
|
|
"chai": "~1.8.1"
|
|
},
|
|
"license": {
|
|
"name": "Dual MIT/StrongLoop",
|
|
"url": "https://github.com/strongloop/loopback-explorer/blob/master/LICENSE"
|
|
}
|
|
}
|