-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
35
36
37
38
39
40
41
42
{
"name": "i-error-handler",
"version": "0.1.0",
"description": "node.js - express dumb error handling",
"keywords": [
"error-handler"
],
"author": {
"name": "ngorror",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/ngorror/i-error-handler.git"
},
"bugs": {
"url": "http://github.com/ngorror/i-error-handler/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./lib",
"dependencies": {
},
"devDependencies": {
},
"engines": {
"node": ">= 0.4.0"
},
"scripts": {
},
"readme": "error handling",
"readmeFilename": "README.md",
"_id": "[email protected]",
"dist": {
},
"_from": "[email protected]",
"_resolved": "https://registry.npmjs.org/i-error-handler/-/i-error-handler-0.1.0.tgz"
}