This repository has been archived by the owner on Nov 28, 2017. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
79 lines (79 loc) · 1.62 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"author": {
"name": "Franklin van de Meent",
"email": "fr@nkl.in",
"url": "https://frankl.in"
},
"name": "dnsimple",
"description": "Wrapper for DNSimple API",
"version": "1.3.3",
"repository": {
"type": "git",
"url": "git://github.com/fvdm/nodejs-dnsimple.git"
},
"bugs": {
"url": "https://github.com/fvdm/nodejs-dnsimple/issues"
},
"main": "dnsimple.js",
"dependencies": {
"httpreq": "^0.4.22"
},
"devDependencies": {
"coveralls": "^2.11.11",
"dotest": "^1.12.4",
"eslint": "^3.0.1",
"istanbul": "^0.4.4"
},
"engines": {
"node": ">=4.0.0"
},
"keywords": [
"dnsimple",
"domains",
"dns",
"api",
"unlicense"
],
"license": "Unlicense",
"scripts": {
"test": "bash test.sh"
},
"contributors": [
{
"name": "Franklin van de Meent",
"email": "fr@nkl.in",
"url": "https://github.com/fvdm",
"contributions": 438,
"additions": 8198,
"deletions": 7340,
"hireable": null
},
{
"name": "Simone Carletti",
"email": "weppos@weppos.net",
"url": "https://github.com/weppos",
"contributions": 4,
"additions": 63,
"deletions": 69,
"hireable": true
},
{
"name": "Greenkeeper",
"email": null,
"url": "https://github.com/greenkeeperio-bot",
"contributions": 1,
"additions": 1,
"deletions": 1,
"hireable": true
},
{
"name": "Adam Anderly",
"email": null,
"url": "https://github.com/anderly",
"contributions": 1,
"additions": 8,
"deletions": 1,
"hireable": null
}
]
}