Skip to content

Commit ff4301b

Browse files
committed
new version
1 parent c36d7fc commit ff4301b

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

package.json

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,28 @@
33
"description": "Oracle database driver",
44
"keywords": ["database", "db", "oracle"],
55
"homepage": "https://github.com/nearinfinity/node-oracle",
6-
"version": "0.1.2",
7-
"engines": { "node" : ">=0.6.0" },
6+
"version": "0.1.3",
7+
"engines": {
8+
"node": ">=0.6.0"
9+
},
810
"maintainers": [
9-
{ "name": "Joe Ferner", "email": "[email protected]" }
11+
{
12+
"name": "Joe Ferner",
13+
"email": "[email protected]"
14+
}
1015
],
11-
"bugs" : { "url" : "https://github.com/nearinfinity/node-oracle/issues" },
12-
"repositories" : { "type" : "git", "url" : "https://github.com/nearinfinity/node-oracle" },
16+
"bugs": {
17+
"url": "https://github.com/nearinfinity/node-oracle/issues"
18+
},
19+
"repository": {
20+
"type": "git",
21+
"url": "git://github.com/nearinfinity/node-oracle.git"
22+
},
1323
"dependencies": {
1424
"mnm": "~0.0.2"
1525
},
16-
"devDependencies" : {
17-
"nodeunit" : "~>0.6.4"
26+
"devDependencies": {
27+
"nodeunit": "~>0.6.4"
1828
},
1929
"scripts": {
2030
"test": "nodeunit test",

0 commit comments

Comments
 (0)