loopback-component-explorer/package.json

35 lines
753 B
JSON
Raw Normal View History

2013-11-05 19:16:59 +00:00
{
"name": "loopback-explorer",
2014-01-14 08:42:06 +00:00
"version": "1.1.0",
2013-11-05 19:16:59 +00:00
"description": "Browse and test your LoopBack app's APIs",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"peerDependencies": {
2014-01-14 07:34:34 +00:00
"loopback": "1.x >=1.5"
2013-11-05 19:16:59 +00:00
},
"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": {
2014-01-14 07:34:34 +00:00
"loopback": "1.x",
2013-11-05 19:28:29 +00:00
"mocha": "~1.14.0",
"supertest": "~0.8.1",
"chai": "~1.8.1"
2013-11-05 19:16:59 +00:00
}
}