-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1012 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
45
{
"name": "browser-console",
"version": "1.0.3",
"description": "Executes code in a remote browser console.",
"main": "index.js",
"author": "Shirish Kamath",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/shirish87/browser-console.git"
},
"preferGlobal": "true",
"scripts": {
"build-client": "browserify client-util.js > public/util.js"
},
"bin": {
"browser-console": "./index.js",
"bstack": "./index.js"
},
"keywords": [
"cli",
"console",
"repl",
"remote",
"browser",
"test"
],
"dependencies": {
"array-map": "0.0.0",
"diagnostics": "1.0.1",
"engine.io": "1.5.1",
"finalhandler": "0.4.0",
"foreach": "2.0.5",
"highland": "2.5.1",
"ngrok": "0.1.99",
"primus": "3.1.1",
"primus-responder": "1.0.3",
"selenium-webdriver": "2.41.0",
"serve-static": "1.10.0",
"to-array": "0.1.4",
"uglify-js": "2.4.23",
"util-inspect": "0.1.8",
"yargs": "3.12.0"
}
}