-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 780 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 780 Bytes
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
{
"name": "chromix-too",
"version": "0.0.15",
"author": "Stephen Blott <smblott@gmail.com>",
"description": "Command-line (or scripted) access to Chrome's APIs.",
"homepage": "https://github.com/smblott-github/chromix-too",
"repository": {
"type": "git",
"url": "https://github.com/smblott-github/chromix-too/issues"
},
"licenses": [
{
"type": "MIT"
}
],
"engines": {
"node": ">=0.4"
},
"keywords": [
"chrome",
"chromix",
"extension",
"cli",
"command",
"line",
"linux"
],
"dependencies": {
"ws": "*",
"optimist": "*"
},
"main": "chromix-too.js",
"bin": {
"chromix-too-server": "server.js",
"chromix-too": "client.js"
}
}