-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
37 lines (37 loc) · 875 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
{
"name": "crconsole",
"version": "1.4.0",
"description": "Remote JavaScript console for Chrome/Webkit",
"repository": {
"type": "git",
"url": "https://github.com/sidorares/crconsole"
},
"keywords": [
"remote",
"debugging",
"repl",
"console",
"chrome",
"chromium",
"developer tools",
"webkit"
],
"bin": {
"crconsole": "./bin/repl.js"
},
"author": "Andrey Sidorov <[email protected]>",
"license": "MIT",
"dependencies": {
"acorn": "^3.0.4",
"ansi-escapes": "^1.3.0",
"cardinal": "^2.1.1",
"cdir": "^0.1.2",
"chrome-remote-interface": "git://github.com/sidorares/chrome-remote-interface.git#switch-tab",
"colors": "~0.6.2",
"commander": "~2.0.0",
"get-cursor-position": "2.0.0",
"node-chrome-runner": "0.0.5",
"repl-story": "^0.3.3",
"term-mouse": "^0.1.1"
}
}