-
Notifications
You must be signed in to change notification settings - Fork 124
/
package.json
44 lines (44 loc) · 940 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
{
"name": "node-horseman",
"version": "3.3.0",
"description": "Run PhantomJS from Node",
"repository": {
"type": "git",
"url": "https://github.com/johntitus/node-horseman.git"
},
"main": "lib/index",
"directories": {
"test": "test"
},
"dependencies": {
"bluebird": "^3.0.1",
"clone": "^1.0.2",
"cookies.txt": "^0.1.1",
"data-uri-to-buffer": "0.0.4",
"debug": "^2.1.1",
"defaults": "~1.0.0",
"node-phantom-simple": "^2.2.4"
},
"devDependencies": {
"express": "^4.10.4",
"hoxy": "^3.2.0",
"mocha": "^2.2.5",
"mocha.parallel": "^0.12.0",
"request": "^2.69.0",
"rmdir": "^1.2.0",
"semver": "^5.1.0",
"should": "^8.2.2"
},
"scripts": {
"lint": "jshint .",
"test": "mocha -R spec"
},
"keywords": [
"phantomjs",
"horseman",
"headless",
"browser"
],
"author": "John Titus <[email protected]>",
"license": "MIT"
}