-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "godaddy-dyndns-dashboard",
"version": "1.0.0",
"description": "DynDNS API Based.",
"main": "app.js",
"dependencies": {
"body-parser": "^1.19.0",
"cron-converter": "^1.0.0",
"cron-parser": "^2.18.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"https": "^1.0.0",
"mysql": "^2.18.1",
"node-cron": "^2.0.3",
"node-schedule": "^1.3.2",
"public-ip": "^4.0.3",
"querystring": "^0.2.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"semantic-ui-calendar": "0.0.8"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV=production nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlchemiistCreative/GoDaddy-DynDNS.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlchemiistCreative/GoDaddy-DynDNS/issues"
},
"homepage": "https://github.com/AlchemiistCreative/GoDaddy-DynDNS#readme"
}