-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 841 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
{
"name": "ddns-updater",
"version": "1.2.0",
"description": "Pluggable Dynamic DNS updater",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ddns",
"dns",
"dynamic dns",
"dyndns"
],
"homepage": "https://github.com/evil-shrike/ddns-updater",
"repository": {
"type": "git",
"url": "https://github.com/evil-shrike/ddns-updater.git"
},
"bugs": {
"url": "https://github.com/evil-shrike/ddns-updater/issues"
},
"author": {
"name": "Sergei Dorogin",
"url": "http://about.dorogin.com"
},
"license": "MIT",
"dependencies": {
"bluebird": "^3.4.6",
"date-format": "0.0.2",
"interval": "^0.1.1",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"vs-stun": "0.0.7",
"xml2js": "^0.4.17"
}
}