-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
52 lines (52 loc) · 978 Bytes
/
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
{
"name": "dyn-js",
"description": "Dyn SDK for Node.JS",
"version": "1.0.3",
"contributors": [
{
"name": "Sunny Gleason",
"url": "http://dyn.com"
},
{
"name": "Dani Dewitt",
"url": "http://dyn.com"
},
{
"name": "Adam Sarenski",
"url": "http://dyn.com"
},
{
"name": "Ashley Brener",
"url": "http://frisB.com"
}
],
"main": "lib/dyn-js.js",
"engines": {
"node": ">= 0.8.x"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1"
},
"bugs": {
"url" : "https://github.com/dyninc/dyn-js/issues"
},
"license": "MIT",
"repository": {
"type" : "git",
"url" : "https://github.com/dyninc/dyn-js"
},
"dependencies": {
"npmlog": "~0.0.6 ",
"q": "~1.0.1",
"underscore": "~1.6.0"
},
"keywords": [
"dyn",
"dynect",
"dns",
"dynamic dns"
],
"main": "lib/dyn-js.js"
}