-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1011 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@razvanz/service-error",
"version": "2.0.1",
"description": "Utility for better error management in NodeJS",
"main": "src/service-error.js",
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/razvanz/node-service-error.git"
},
"keywords": [
"error",
"nodejs",
"service",
"service-error",
"server-error",
"express"
],
"author": "Razvan Laurus <[email protected]>",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/razvanz/node-service-error/issues"
},
"homepage": "https://github.com/razvanz/node-service-error#readme",
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.7.2",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^3.5.3"
}
}