-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
54 lines (54 loc) · 1.17 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "default-network",
"version": "0.2.0",
"description": "A Node.js module to get default gateway and default interface.",
"main": "src/index.js",
"scripts": {
"test": "gulp test"
},
"os": [
"win32",
"darwin",
"linux"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mh61503891/node-default-network.git"
},
"keywords": [
"win32",
"darwin",
"linux",
"net",
"network",
"child_process",
"wmi",
"route"
],
"author": {
"name": "Masayuki Higashino",
"email": "[email protected]",
"url": "http://msyk.hgsn.info"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mh61503891/node-default-network/issues"
},
"homepage": "https://github.com/mh61503891/node-default-network#readme",
"dependencies": {
"async": "1.5.0",
"coffee-script": "1.10.0",
"csv-parse": "1.0.1"
},
"devDependencies": {
"chai": "3.4.1",
"coffeelint-stylish": "0.1.2",
"gulp": "3.9.0",
"gulp-coffeelint": "0.5.0",
"gulp-jsonlint": "1.1.1",
"gulp-load-plugins": "1.1.0",
"gulp-mocha": "2.2.0",
"mocha": "2.3.4",
"mocha-clean": "1.0.0"
}
}