-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
79 lines (79 loc) · 1.69 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
{
"name": "dnsimple-cli",
"author": "Adam Anderly",
"contributors": [
"Anderly, Adam <adam@anderly.com>"
],
"version": "0.3.2",
"description": "DNSimple Command Line tool",
"tags": [
"dnsimple",
"dns",
"cli"
],
"keywords": [
"node",
"dnsimple",
"dns",
"cli"
],
"main": "./lib/cli.js",
"preferGlobal": "true",
"engines": {
"node": ">= 0.8.26"
},
"license": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"dependencies": {
"accounting": "0.4.1",
"async": "0.2.7",
"caller-id": "0.1.x",
"colors": "0.x.x",
"commander": "1.0.4",
"datejs": "1.0.0-rc1",
"dnsimple": "git://github.com/fvdm/nodejs-dnsimple.git#0.3.0",
"easy-table": "0.0.1",
"event-stream": "3.1.5",
"eyes": "0.x.x",
"moment": "2.6.0",
"node-uuid": "1.2.0",
"omelette": "0.1.0",
"openssl-wrapper": "0.2.1",
"readable-stream": "~1.0.0",
"request": "2.27.0",
"streamline": "0.4.5",
"through": "2.3.4",
"tunnel": "0.0.2",
"underscore": "1.4.x",
"validator": "~3.1.0",
"winston": "0.6.x",
"wordwrap": "0.0.2",
"xml2js": "0.1.x",
"xmlbuilder": "0.4.x"
},
"devDependencies": {
"mocha": "1.16.0",
"jshint": ">= 2.1.4",
"sinon": "*",
"should": "3.3.2",
"nock": "0.16",
"winston-memory": "*",
"cucumber": "~0.3.0"
},
"homepage": "https://github.com/anderly/dnsimple-cli",
"repository": {
"type": "git",
"url": "git@github.com:anderly/dnsimple-cli.git"
},
"bugs": {
"url": "https://github.com/anderly/dnsimple-cli/issues"
},
"bin": {
"dnsimple": "./bin/dnsimple",
"dns": "./bin/dnsimple"
}
}