-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 722 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"version" : "0.2.3",
"name" : "node-dyndns-client",
"description": "A dynamic dns IP updater",
"homepage" : "http://github.com/kersten/node-dyndns-client",
"author" : "Kersten Burkhardt <kerstenk@gmail.com> (http://github.com/kersten)",
"repository" : {
"type": "git",
"url" : "https://github.com/kersten/node-dyndns-client"
},
"bugs" : {
"url" : "http://github.com/kersten/node-dyndns-client/issues"
},
"engines" : {
"node": ">0.10.3"
},
"licenses" : [
{
"type": "MIT +no-false-attribs",
"url" : "https://raw.github.com/kersten/node-dyndns-client/master/LICENSE"
}
]
}