-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1009 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
{
"name": "auto-change-style",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"style": "node index --style",
"seg": "node index --autoseg",
"change": "node index --change",
"cp": "node index --component",
"cp2": "node index --component2",
"map": "node index --mapper",
"rebuild": "node index --rebuild",
"rebuild2": "node index --rebuild2",
"getleaf": "node --max-old-space-size=4096 index --getleaf",
"getsites": "node index --getsites",
"replace": "node index --replace",
"opt": "node index --optimization",
"compare": "node index --compare"
},
"author": "wc47501",
"license": "UNLICENSED",
"dependencies": {
"browserify": "^16.2.3",
"commander": "^2.19.0",
"difflib": "^0.2.4",
"html2hscript": "^2.0.1",
"selenium-webdriver": "^4.0.0-alpha.1",
"synonyms": "^1.0.1",
"tinycolor2": "^1.4.1",
"virtual-dom": "^2.1.1"
}
}