strong-error-handler/package.json

44 lines
947 B
JSON
Raw Normal View History

{
"name": "strong-error-handler",
"description": "Error handler for use in development and production environments.",
"license": "MIT",
"version": "2.2.0",
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/strong-error-handler.git"
},
"main": "lib/handler.js",
"scripts": {
"lint": "eslint .",
"test": "mocha",
"posttest": "npm run lint"
},
"dependencies": {
2016-05-27 15:04:20 +00:00
"accepts": "^1.3.3",
"debug": "^2.2.0",
2016-05-27 15:04:20 +00:00
"ejs": "^2.4.2",
"http-status": "^1.0.0",
"js2xmlparser": "^3.0.0",
2016-08-17 20:51:32 +00:00
"strong-globalize": "^2.6.7"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.14.1",
"eslint-config-loopback": "^8.0.0",
"express": "^4.13.4",
"mocha": "^3.2.0",
"supertest": "^3.0.0"
2016-05-27 15:04:20 +00:00
},
"browser": {
"strong-error-handler": false
2016-12-09 19:17:57 +00:00
},
"ci": {
"downstreamIgnoreList": [
"dashboard-controller"
]
}
}