loopback-component-explorer/package.json

40 lines
900 B
JSON
Raw Normal View History

2013-11-05 19:16:59 +00:00
{
"name": "loopback-component-explorer",
"version": "2.4.0",
2013-11-05 19:16:59 +00:00
"description": "Browse and test your LoopBack app's APIs",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/strongloop/loopback-component-explorer.git"
2013-11-05 19:16:59 +00:00
},
"keywords": [
"loopback",
"api",
"explorer"
],
"author": "Ritchie Martori",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/strongloop/loopback-component-explorer/issues"
2013-11-05 19:16:59 +00:00
},
"devDependencies": {
2016-04-22 21:07:56 +00:00
"chai": "^3.2.0",
"eslint": "^2.8.0",
"eslint-config-loopback": "^2.0.0",
"loopback": "^2.19.1",
"mocha": "^2.2.5",
2016-04-22 21:07:56 +00:00
"supertest": "^1.0.1"
2014-02-18 00:04:03 +00:00
},
"license": "MIT",
"dependencies": {
"cors": "^2.7.1",
"debug": "^2.2.0",
"lodash": "^3.10.0",
"loopback-swagger": "^2.1.0",
"strong-swagger-ui": "^21.0.0"
2013-11-05 19:16:59 +00:00
}
}