-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 755 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 755 Bytes
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
{
"author":"Allan Ebdrup",
"name":"nodeerrors",
"description":"error handling module for node",
"version":"2.0.3",
"repository":{
"type":"git",
"url":"https://github.com/Muscula/nodeerrors"
},
"private":false,
"main":"./lib/nodeerrors.js",
"engines":{
"node":">=0.6.20",
"npm":">=1.1.9"
},
"dependencies":{
"underscore":"",
"node-uuid":">=1.4.0",
"moduleconfig":""
},
"scripts":{
"test":"node ./bin/runTests.js"
},
"devDependencies":{
"mocha":"",
"chai":"",
"sinon":"",
"sinon-chai":"",
"jshint":"0.x",
"request":""
},
"readmeFilename":"readme.md",
"gitHead":"985c718ebf69fc91205c6c40d0a46ce49c717f2b",
"directories":{
"test":"test"
},
"keywords":[
"error",
"handling"
],
"license":"APACHE V2.0"
}