-
-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
40 lines (40 loc) · 979 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
{
"name": "web-scraper",
"version": "0.0.1",
"description": "",
"main": "app/index.js",
"scripts": {
"postinstall": "bower install && gulp build",
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/website-scraper/demo.git"
},
"author": "s0ph1e",
"license": "MIT",
"dependencies": {
"app-controller": "^0.5.1",
"archiver": "^1.2.0",
"bluebird": "^3.4.6",
"body-parser": "^1.12.0",
"ejs": "^3.1.8",
"express": "^4.11.1",
"lodash": "^4.17.2",
"pmx": "^0.6.8",
"string-template": "^1.0.0",
"website-scraper": "github:website-scraper/node-website-scraper#4.x"
},
"devDependencies": {
"bower": "^1.8.0",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^2.0.0",
"gulp-concat": "^2.5.2",
"gulp-uglify": "^1.1.0",
"run-sequence": "^1.0.2"
},
"engines": {
"node": ">=4.2 <12"
}
}