Skip to content

Commit 94f1a05

Browse files
Merge pull request #22 from tcrowe/pkg-json-tweaks
Filled out repo information
2 parents 7677754 + 0217bfb commit 94f1a05

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

package.json

+16-15
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,16 @@
22
"name": "liboneandone",
33
"version": "1.2.0",
44
"description": "The 1&1 Library for Node and Io",
5-
"main": "./lib/index.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
5+
"author": "alibaz <[email protected]>",
6+
"license": "Apache-2.0",
97
"repository": {
108
"type": "git",
11-
"url": "https://github.com/temp/temp.git"
9+
"url": "https://github.com/1and1/oneandone-cloudserver-sdk-nodejs.git"
1210
},
13-
"author": "alibaz <[email protected]>",
14-
"license": "BSD",
1511
"bugs": {
16-
"url": ""
17-
},
18-
"homepage": "",
19-
"dependencies": {
20-
"mocha": "^2.5.3",
21-
"request": "^2.74.0"
12+
"url": "https://github.com/1and1/oneandone-cloudserver-sdk-nodejs/issues"
2213
},
23-
"devDependencies": {},
14+
"homepage": "https://github.com/1and1/oneandone-cloudserver-sdk-nodejs",
2415
"directories": {
2516
"example": "examples"
2617
},
@@ -37,5 +28,15 @@
3728
"libOneAndone",
3829
"1&1",
3930
"fs"
40-
]
31+
],
32+
"main": "./lib/index.js",
33+
"dependencies": {
34+
"request": "^2.88.0"
35+
},
36+
"devDependencies": {
37+
"mocha": "^5.2.0"
38+
},
39+
"scripts": {
40+
"test": "mocha"
41+
}
4142
}

0 commit comments

Comments
 (0)