UNPKG

780 BJSONView Raw
1{
2 "name": "chromix-too",
3 "version": "0.0.15",
4 "author": "Stephen Blott <smblott@gmail.com>",
5 "description": "Command-line (or scripted) access to Chrome's APIs.",
6 "homepage": "https://github.com/smblott-github/chromix-too",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/smblott-github/chromix-too/issues"
10 },
11 "licenses": [
12 {
13 "type": "MIT"
14 }
15 ],
16 "engines": {
17 "node": ">=0.4"
18 },
19 "keywords": [
20 "chrome",
21 "chromix",
22 "extension",
23 "cli",
24 "command",
25 "line",
26 "linux"
27 ],
28 "dependencies": {
29 "ws": "*",
30 "optimist": "*"
31 },
32 "main": "chromix-too.js",
33 "bin": {
34 "chromix-too-server": "server.js",
35 "chromix-too": "client.js"
36 }
37}