-
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) · 836 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 836 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.1.0",
"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 test.js"
},
"devDependencies": {
"mocha": "",
"chai": "",
"sinon": "",
"sinon-chai": "",
"mocha-jshint": "",
"request": ""
},
"readmeFilename": "readme.md",
"gitHead": "985c718ebf69fc91205c6c40d0a46ce49c717f2b",
"directories": {
"test": "test"
},
"keywords": [
"error",
"handling"
],
"license": "APACHE V2.0"
}