-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.01 KB
/
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
41
42
43
44
45
{
"name": "site-sunrise",
"version": "1.0.0",
"private": true,
"description": "",
"main": "app.js",
"scripts": {
"dev": "./node_modules/.bin/gulp watch",
"build": "./node_modules/.bin/gulp build",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArtDanshin/site_sunrise.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ArtDanshin/site_sunrise/issues"
},
"homepage": "https://github.com/ArtDanshin/site_sunrise#readme",
"engines": {
"node": ">=8.9.1 <11.0.0"
},
"dependencies": {
"async": "2.6.3",
"cheerio": "1.0.0-rc.3",
"debug": "2.6.9",
"express": "4.17.1",
"http-errors": "1.7.3",
"morgan": "1.9.1",
"pug": "2.0.4",
"request": "2.88.0",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"gulp": "4.0.2",
"gulp-nodemon": "2.4.2",
"gulp-stylus": "2.7.0",
"image-size": "0.8.3",
"rimraf": "3.0.2",
"sharp": "0.24.0"
}
}