Skip to content

Commit 94d2e94

Browse files
committed
Updated package.json.
1 parent 96679ac commit 94d2e94

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

nodejs/scripts/package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"javascript objects", "dom", "util", "utility", "jaxb", "jsonix" ],
88
"homepage" : "http://github.com/highsource/jsonix",
99
"bugs" : {
10-
"url" : "http://github.com/highsource/jsonix/issues",
11-
"email" : "[email protected]"
10+
"url" : "http://github.com/highsource/jsonix/issues"
1211
},
1312
"repository": {
1413
"type": "git",
@@ -20,7 +19,7 @@
2019
} ],
2120
"author" : {
2221
"name" : "Alexey Valikov",
23-
"url" : "http://confluence.highsource.org"
22+
"url" : "http://github.com/highsource"
2423
},
2524
"contributors" : [ {
2625
"name" : "Conrad Pankoff",
@@ -35,13 +34,13 @@
3534
"test" : "nodeunit tests/tests.js"
3635
},
3736
"dependencies" : {
38-
"amdefine" : ">=0.1.0",
39-
"xmldom" : "~0.1.19",
40-
"xmlhttprequest" : "~1.6.0"
37+
"amdefine" : "0.x.x",
38+
"xmldom" : "0.x.x",
39+
"xmlhttprequest" : "1.x.x"
4140
},
4241
"devDependencies" : {
43-
"nodeunit" : "~0.8.6",
44-
"node-static" : "~0.7.3"
42+
"nodeunit" : "0.x.x",
43+
"node-static" : "0.x.x"
4544
},
4645
"engines" : [ "node >= 0.8.0" ]
47-
}
46+
}

0 commit comments

Comments
 (0)