-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 964 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 964 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
43
44
{
"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.10.0"
},
"dependencies": {
"underscore": "1.8.3",
"node-uuid": "1.4.4",
"moduleconfig": "1.1.0"
},
"scripts": {
"test": "istanbul cover _mocha",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"devDependencies": {
"chai": "3.4.1",
"coveralls": "2.11.4",
"istanbul": "0.4.0",
"mocha": "2.3.3",
"mocha-jshint": "2.2.3",
"request": "2.64.0",
"sinon": "1.17.1",
"sinon-chai": "2.8.0"
},
"readmeFilename": "readme.md",
"gitHead": "985c718ebf69fc91205c6c40d0a46ce49c717f2b",
"directories": {
"test": "test"
},
"keywords": [
"error",
"handling"
],
"license": "MIT"
}