loopback-component-explorer/package.json

47 lines
1.0 KiB
JSON
Raw Normal View History

2013-11-05 19:16:59 +00:00
{
"name": "loopback-component-explorer",
2017-08-29 20:44:39 +00:00
"version": "5.0.0",
2013-11-05 19:16:59 +00:00
"description": "Browse and test your LoopBack app's APIs",
2016-11-19 10:25:31 +00:00
"engines": {
"node": ">=4"
},
2013-11-05 19:16:59 +00:00
"main": "index.js",
"scripts": {
2016-04-22 21:14:57 +00:00
"lint": "eslint .",
"test": "mocha",
"posttest": "npm run lint"
2013-11-05 19:16:59 +00:00
},
"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",
2016-09-22 11:35:49 +00:00
"loopback": "^3.0.0",
"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",
"depd": "^1.1.0",
"lodash": "^3.10.0",
2017-08-23 22:22:42 +00:00
"loopback-swagger": "^4.0.0",
2016-07-27 22:45:24 +00:00
"strong-globalize": "^2.6.2",
"swagger-ui": "^2.2.5"
2013-11-05 19:16:59 +00:00
}
}