forked from peerigon/phridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 960 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
{
"name": "phridge",
"version": "1.1.0",
"description": "A bridge between node and phantomjs",
"main": "./lib/main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha -R spec",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha"
},
"keywords": [
"phantom",
"phantomjs",
"bridge",
"communication",
"process",
"subprocess",
"long-term",
"forever"
],
"dependencies": {
"fork-stream": "^0.0.4",
"linerstream": "^0.1.4",
"phantomjs": "^1.9.7-15",
"temp": "^0.8.0",
"when": "^3.4.2"
},
"devDependencies": {
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"getport": "^0.1.0",
"istanbul": "^0.3.0",
"mocha": "^1.21.3",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/peerigon/phridge.git"
},
"author": "peerigon <[email protected]>",
"license": "Unlicense"
}