1 | {
|
2 | "name": "flex-hosts",
|
3 | "version": "0.2.5",
|
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 | "iconv-lite": "~0.4.0",
|
20 | "is-utf8": "~0.2.0",
|
21 | "mace": "~2.0.0",
|
22 | "update-notifier": "~0.3.1"
|
23 | }
|
24 | }
|