-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 761 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 761 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
{
"name": "contentscraper",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"blueimp-md5": "^1.1.0",
"body-parser": "~1.12.0",
"cheerio": "^0.18.0",
"cookie-parser": "~1.3.4",
"crypto": "0.0.3",
"debug": "~2.1.1",
"ejs": "^2.3.1",
"express": "~4.12.2",
"fibers": "^1.0.5",
"http-post": "^0.1.1",
"jade": "~1.9.2",
"jsdom": "^4.0.2",
"json2csv": "^2.2.1",
"levenshtein": "^1.0.5",
"mongo-sync": "^2.0.0",
"mongodb": "^1.4.34",
"monk": "^1.0.0",
"morgan": "~1.5.1",
"msexcel-builder": "0.0.2",
"request": "^2.53.0",
"serve-favicon": "~2.2.0",
"trim": "0.0.1",
"utf8": "^2.1.0",
"util": "^0.10.3"
}
}