forked from nordstrand/offly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 814 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 814 Bytes
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
{
"name": "offly",
"version": "0.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"JSONStream": "^0.8.2",
"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",
"phantomjs": "^1.9.7-12",
"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.3"
},
"devDependencies": {
"mocha": "^1.20.1",
"q": "^1.0.1",
"chai": "^1.9.1"
},
"scripts": {
"test": "mocha 'test/**/*.js'",
"postinstall" : "cd node_modules/filternet/; npm install; cd ../..;"
},
"author": "",
"license": "ISC"
}