-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 889 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
{
"name": "errorme",
"version": "1.3.3",
"description": "Error manager for handling errors within the classes by creating self defined error codes and parsing them into http error codes",
"main": "index.js",
"scripts": {
"test": "set DEV=true && istanbul cover _mocha -t 10000 -R ./tests/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kmanaseryan/error-manager.git"
},
"keywords": [
"error",
"codes",
"error-manager",
"error-codes",
"http-error",
"http-codes",
"json-error",
"parse-error"
],
"author": "Karlen Manaseryan",
"license": "ISC",
"bugs": {
"url": "https://github.com/kmanaseryan/error-manager/issues"
},
"homepage": "https://github.com/kmanaseryan/error-manager#readme",
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"should": "^11.1.1"
}
}