-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·55 lines (55 loc) · 1.29 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
53
54
55
{
"name": "hoverboard",
"version": "1.2.0",
"description": "Conference website template",
"scripts": {
"gulp": "gulp",
"bower": "bower",
"build": "gulp",
"postinstall": "bower install",
"serve": "gulp serve"
},
"devDependencies": {
"bower": "^1.8.8",
"browser-sync": "^2.26.7",
"connect-history-api-fallback": "^1.4.0",
"css-slam": "^2.0.2",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.0",
"gulp-cli": "^2.2.0",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^6.1.0",
"gulp-nunjucks": "^3.0.0",
"gulp-replace": "^0.6.1",
"gulp-uglify": "^3.0.0",
"merge-stream": "^1.0.1",
"plylog": "^0.5.0",
"polymer-build": "^3.1.4",
"require-uncached": "^1.0.3",
"sw-precache": "^5.2.0",
"yarn": "1.17.3"
},
"engines": {
"node": ">=8.1"
},
"private": true,
"dependencies": {
"clean-css": "4.1.11",
"cryptiles": "4.1.2",
"deep-extend": ">=0.5.1",
"extend": ">=3.0.2",
"fstream": "1.0.12",
"hoek": "^6.1.3",
"js-yaml": ">=3.13.1",
"jshint": "^2.10.2",
"lodash": ">=4.17.13",
"lodash.template": ">=4.5.0",
"no-case": "^2.3.2",
"randomatic": "3.0.0",
"sshpk": "1.13.2",
"stringstream": "0.0.6",
"tough-cookie": "2.3.3"
}
}