-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1 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
{
"name": "chrome-automator",
"version": "0.2.6",
"description": "chrome-automator similar to NightmareJS",
"main": "index.js",
"dependencies": {
"chrome-remote-interface": "^0.24.2",
"debug": "^2.6.8",
"jsesc": "^2.5.1",
"lighthouse-logger": "^1.0.1",
"mkdirp": "^0.5.1",
"myflow": "^0.1.1",
"rimraf": "^2.6.1"
},
"bin": {
"chrome-automator": "./bin.js"
},
"devDependencies": {
"husky": "^0.14.3",
"standard": "^10.0.2"
},
"scripts": {
"precommit": "standard --fix && git add -A",
"test": "echo \"Error: no test specified\" && exit 1"
},
"standard": {
"ignore": [
"/chrome/chrome-launcher/*.js"
]
},
"engines": {
"node": ">=7.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lwdgit/chrome-automator.git"
},
"author": "lwdgit",
"license": "MIT",
"bugs": {
"url": "https://github.com/lwdgit/chrome-automator/issues"
},
"homepage": "https://github.com/lwdgit/chrome-automator#readme"
}