forked from website-scraper/demo
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 691 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 691 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
{
"name": "web-scraper",
"version": "0.0.0",
"description": "",
"main": "app/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"app-controller": "^0.3.0",
"archiver": "^0.14.3",
"bluebird": "^2.9.20",
"body-parser": "^1.12.0",
"ejs": "^2.2.4",
"express": "^4.11.1",
"lodash": "^3.5.0",
"pmx": "^0.3.9",
"string-template": "^1.0.0",
"website-scraper": "^1.0.0"
},
"devDependencies": {
"gulp": "^3.8.11",
"run-sequence": "^1.0.2",
"gulp-angular-templatecache": "^1.6.0",
"gulp-concat": "^2.5.2",
"gulp-uglify": "^1.1.0"
}
}