UNPKG

437 BJSONView Raw
1{
2 "name": "flex-hosts",
3 "version": "0.6.11",
4 "description": "hosts manager with DNS refresh",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": "https://github.com/limingv5/flex-hosts.git",
10 "author": "limingv5",
11 "license": "ISC",
12 "keywords": [
13 "hosts",
14 "dns",
15 "refresh"
16 ],
17 "dependencies": {
18 "async": "~1.5.2",
19 "mkdirp": "~0.5.1"
20 }
21}