UNPKG

466 BJSONView Raw
1{
2 "name": "flex-hosts",
3 "version": "0.4.2",
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": "~0.9.0",
19 "check-update": "~0.0.7",
20 "mkdirp": "~0.5.0"
21 }
22}