-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 984 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
{
"name": "@passmarked/browser",
"version": "0.0.7",
"description": "Easy to use remote browser control using the Chrome Dev Tools Debugging interface",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"contributors": [
"Johann du Toit <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/passmarked/browser"
},
"bugs": {
"url": "https://github.com/passmarked/browser/issues"
},
"homepage": "https://github.com/passmarked/browser",
"keywords": [
"passmarked",
"chrome",
"devtools",
"protocol",
"standards",
"browser",
"headless",
"remote",
"har",
"screenshot"
],
"author": "Passmarked <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"async": "^2.6.0",
"chrome-remote-interface": "^0.25.2",
"hex-rgb": "^1.0.0",
"node-uuid": "^1.4.8",
"underscore": "^1.8.3"
},
"devDependencies": {
"mocha": "^4.0.1"
}
}