-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.17 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.17 KB
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
46
47
{
"name": "offly",
"version": "0.0.1",
"description": "Multi-purpose tool for capturing high fidelity static reproductions of highly dynamic web sites",
"bin": {
"offly": "./index.js"
},
"repository": {
"type": "git",
"url": "git@github.com:nordstrand/offly.git"
},
"dependencies": {
"JSONStream": "^0.8.2",
"bufferjs": "~ 1.0",
"cheerio": "^0.17.0",
"colors": "^0.6.2",
"concat-stream": "^1.4.6",
"connect": "^3.0.1",
"event-stream": "^3.1.7",
"minimist": "^0.1.0",
"mkdirp": "^0.5.0",
"morgan": "^1.1.1",
"q": "^1.2.0",
"pem": "^1.7.2",
"phantomjs": "^1.9.16",
"prettysize": "0.0.3",
"request": "^2.36.0",
"require-all": "0.0.8",
"sprintf-js": "0.0.7",
"temp": "^0.8.0",
"underscore": "^1.6.0",
"wd": "^0.3.11"
},
"devDependencies": {
"chai": "^1.9.1",
"coveralls": "^2.11.2",
"istanbul": "^0.3.13",
"mocha": "^2.2.4"
},
"scripts": {
"test": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha 'test/**/*.js'",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "jshint test/**/*.js lib/**/*.js"
},
"author": "",
"license": "ISC"
}