-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
52 lines (52 loc) · 1.11 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
46
47
48
49
50
51
52
{
"name": "rs-site",
"subdomain": "rollingscopes",
"domains": [
"rollingscopes.com",
"www.rollingscopes.com",
"conf.rollingscopes.com",
"www.conf.rollingscopes.com"
],
"browserslist": [
"last 2 versions"
],
"repository": {
"type": "git",
"url": "https://github.com/rolling-scopes/rolling-scopes.github.io.git"
},
"scripts": {
"start": "node ./service",
"build": "gulp"
},
"devDependencies": {
"del": "^5.1.0",
"ejs": "^3.1.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-csso": "^4.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-load-plugins": "^2.0.3",
"gulp-sass": "^4.1.0",
"gulp-useref": "^4.0.1",
"lodash": "^4.17.15",
"normalize.scss": "^0.1.0",
"through2": "^3.0.1"
},
"engines": {
"node": ">=10"
},
"dependencies": {
"bootstrap": "^4.0.0",
"gulp-install": "^1.1.0"
},
"peerDependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.2",
"md5": "^2.1.0",
"mongoose": "^4.13.6",
"nconf": "^0.7.2",
"request": "^2.83.0"
},
"version": "0.2.0"
}