-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
36 lines (36 loc) · 851 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
{
"name": "errors",
"version": "0.3.0",
"description": "A comprehensive, robust, yet lightweight set of error utilities for node.js enabling you to do errors more effectively.",
"keywords": [
"error",
"exceptions",
"express",
"connect",
"utilities"
],
"author": "Boden Russell <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/bodenr/errors.git"
},
"main": "index",
"engines": {
"node": "*"
},
"scripts": {
"test": "make test"
},
"directories": {
"doc": "./doc"
},
"devDependencies": {
"mocha": "*",
"should": "< 2.0.0",
"supertest": "*",
"express": "< 4.0.0",
"markdox": "*",
"dox-foundation": "*"
},
"license": "MIT"
}