UNPKG

506 BJSONView Raw
1{
2 "name": "errorhandling",
3 "version": "5.14.0",
4 "description": "module for server side error handling",
5 "main": "index.js",
6 "scripts": {
7 "test": "./node_modules/.bin/mocha -R spec",
8 "coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec"
9 },
10 "author": "Shiwani",
11 "license": "ISC",
12 "dependencies": {
13 "chai": "^3.5.0",
14 "chai-http": "^3.0.0",
15 "istanbul": "^0.4.5",
16 "mocha": "^3.2.0"
17 },
18 "directories": {
19 "test": "test"
20 }
21}