UNPKG

1.03 kBJSONView Raw
1{
2 "name": "free-dns",
3 "version": "1.0.9",
4 "description": "A wrapper for the FreeDNS API.",
5 "main": "src/free-dns.js",
6 "scripts": {
7 "build": "gulp build",
8 "lint": "gulp lint",
9 "test": "mocha",
10 "coverage": "nyc npm run test",
11 "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/nitro404/free-dns.git"
16 },
17 "keywords": [
18 "free",
19 "dns",
20 "host",
21 "rest",
22 "api"
23 ],
24 "author": {
25 "name": "Kevin Scroggins"
26 },
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/nitro404/free-dns/issues"
30 },
31 "homepage": "https://github.com/nitro404/free-dns#readme",
32 "dependencies": {
33 "async": "^3.2.0",
34 "extra-utilities": "^1.3.4",
35 "ip": "^1.1.5",
36 "node-envelope": "^1.0.8",
37 "sha1": "^1.1.1",
38 "validator": "^12.2.0",
39 "xml": "^1.0.1",
40 "xml2js": "^0.4.23"
41 },
42 "devDependencies": {
43 "chai": "^4.2.0",
44 "gulp-fabricator": "^1.2.0"
45 }
46}