Skip to content

Commit 2b62d2e

Browse files
author
Allan Ebdrup
committed
2.1.0
1 parent 6129b48 commit 2b62d2e

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

package.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
2-
"author":"Allan Ebdrup",
3-
"name":"nodeerrors",
4-
"description":"error handling module for node",
5-
"version":"2.0.4",
6-
"repository":{
7-
"type":"git",
8-
"url":"https://github.com/Muscula/nodeerrors"
9-
},
10-
"private":false,
11-
"main":"./lib/nodeerrors.js",
12-
"engines":{
13-
"node":">=0.6.20",
14-
"npm":">=1.1.9"
15-
},
16-
"dependencies":{
17-
"underscore":"",
18-
"node-uuid":">=1.4.0",
19-
"moduleconfig":""
20-
},
21-
"scripts":{
22-
"test":"node test.js"
23-
},
24-
"devDependencies":{
25-
"mocha":"",
26-
"chai":"",
27-
"sinon":"",
28-
"sinon-chai":"",
29-
"mocha-jshint":"",
30-
"request":""
31-
},
32-
"readmeFilename":"readme.md",
33-
"gitHead":"985c718ebf69fc91205c6c40d0a46ce49c717f2b",
34-
"directories":{
35-
"test":"test"
36-
},
37-
"keywords":[
38-
"error",
39-
"handling"
40-
],
41-
"license":"APACHE V2.0"
2+
"author": "Allan Ebdrup",
3+
"name": "nodeerrors",
4+
"description": "error handling module for node",
5+
"version": "2.1.0",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/Muscula/nodeerrors"
9+
},
10+
"private": false,
11+
"main": "./lib/nodeerrors.js",
12+
"engines": {
13+
"node": ">=0.6.20",
14+
"npm": ">=1.1.9"
15+
},
16+
"dependencies": {
17+
"underscore": "",
18+
"node-uuid": ">=1.4.0",
19+
"moduleconfig": ""
20+
},
21+
"scripts": {
22+
"test": "node test.js"
23+
},
24+
"devDependencies": {
25+
"mocha": "",
26+
"chai": "",
27+
"sinon": "",
28+
"sinon-chai": "",
29+
"mocha-jshint": "",
30+
"request": ""
31+
},
32+
"readmeFilename": "readme.md",
33+
"gitHead": "985c718ebf69fc91205c6c40d0a46ce49c717f2b",
34+
"directories": {
35+
"test": "test"
36+
},
37+
"keywords": [
38+
"error",
39+
"handling"
40+
],
41+
"license": "APACHE V2.0"
4242
}

0 commit comments

Comments
 (0)