forked from dabendan2/freenom-dns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 796 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
{
"name": "freenom-dns",
"version": "0.9.3",
"description": "An unofficial node.js implementation for managing freenom.com dns records",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dabendan2/freenom-dns"
},
"keywords": [
"freenom",
"dns"
],
"author": "Junyu Lai",
"license": "MIT",
"dependencies": {
"ascii-table": "0.0.9",
"async": "^2.6.0",
"cheerio": "^0.22.0",
"commander": "^2.12.2",
"debug": "^3.1.0",
"inquirer": "^5.1.0",
"persistent-cache": "^1.1.1",
"preferences": "^1.0.2",
"q": "^1.5.1",
"request": "^2.83.0",
"request-debug": "^0.2.0"
},
"bin": {
"freenom-dns": "bin/cli.js"
}
}