loopback-component-explorer/package.json

45 lines
1000 B
JSON
Raw Normal View History

2013-11-05 19:16:59 +00:00
{
"name": "loopback-component-explorer",
"version": "6.3.1",
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": {
2018-07-23 18:31:32 +00:00
"node": ">=6"
2016-11-19 10:25:31 +00:00
},
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": "^5.13.0",
"eslint-config-loopback": "^13.0.0",
"loopback": "^3.19.0",
2018-06-02 02:49:05 +00:00
"mocha": "^5.2.0",
"supertest": "^3.1.0"
2014-02-18 00:04:03 +00:00
},
"license": "MIT",
"dependencies": {
2018-07-23 18:31:32 +00:00
"debug": "^3.1.0",
2018-02-16 08:45:26 +00:00
"lodash": "^4.17.5",
2017-08-31 21:56:23 +00:00
"loopback-swagger": "^5.0.0",
2018-07-23 18:31:32 +00:00
"strong-globalize": "^4.1.1",
"swagger-ui": "^2.2.5"
2013-11-05 19:16:59 +00:00
}
}