2013-11-05 19:16:59 +00:00
|
|
|
{
|
|
|
|
"name": "loopback-explorer",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Browse and test your LoopBack app's APIs",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"loopback": "1.x.x"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/strongloop/loopback-explorer.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"loopback",
|
|
|
|
"api",
|
|
|
|
"explorer"
|
|
|
|
],
|
|
|
|
"author": "Ritchie Martori",
|
|
|
|
"license": "MIT",
|
|
|
|
"readmeFilename": "README.md",
|
|
|
|
"gitHead": "e95d3f1f6362d8ba9297301764be1e915f7e4e74",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/strongloop/loopback-explorer/issues"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"loopback": "1.x.x",
|
2013-11-05 19:28:29 +00:00
|
|
|
"mocha": "~1.14.0",
|
2013-11-05 19:16:59 +00:00
|
|
|
"supertest": "~0.8.1"
|
|
|
|
}
|
|
|
|
}
|