forked from feross/spoof
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1012 Bytes
/
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
{
"name": "spoof",
"description": "Easily spoof your MAC address in OS X & Linux",
"version": "2.0.1",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "https://feross.org"
},
"bin": "./bin/cmd.js",
"bugs": {
"url": "https://github.com/feross/spoof/issues"
},
"dependencies": {
"chalk": "^2.3.1",
"common-tags": "^1.7.2",
"minimist": "^1.1.0",
"shell-quote": "^1.4.1",
"winreg": "^1.1.1",
"zero-fill": "^2.1.0"
},
"devDependencies": {
"standard": "*",
"tape": "^4.0.0"
},
"homepage": "http://feross.org/spoofmac/",
"keywords": [
"MAC address",
"address",
"change",
"mac",
"macchanger",
"mad science",
"modify",
"set mac",
"spoof",
"spoof mac address",
"spoofmac"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/spoof.git"
},
"scripts": {
"test": "standard && tape test/*.js"
}
}