File tree 1 file changed +16
-15
lines changed
1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " liboneandone" ,
3
3
"version" : " 1.2.0" ,
4
4
"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" ,
9
7
"repository" : {
10
8
"type" : " git" ,
11
- "url" : " https://github.com/temp/temp .git"
9
+ "url" : " https://github.com/1and1/oneandone-cloudserver-sdk-nodejs .git"
12
10
},
13
- "author" :
" alibaz <[email protected] >" ,
14
- "license" : " BSD" ,
15
11
"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"
22
13
},
23
- "devDependencies " : {} ,
14
+ "homepage " : " https://github.com/1and1/oneandone-cloudserver-sdk-nodejs " ,
24
15
"directories" : {
25
16
"example" : " examples"
26
17
},
37
28
" libOneAndone" ,
38
29
" 1&1" ,
39
30
" 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
+ }
41
42
}
You can’t perform that action at this time.
0 commit comments