-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.58 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
56
57
58
59
60
61
{
"name": "pwr_static",
"version": "1.0.0",
"license": "MIT",
"author": "PWR",
"description": "Boilerplate for static site",
"repository": {
"type": "git",
"url": "https://github.com/pwrstudio/pwr_wp_template"
},
"devDependencies": {
"browser-sync": "^2.10.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "0.0.6",
"gulp-cache": "~0.1.1",
"gulp-changed": "^1.3.0",
"gulp-concat": "~2.1.7",
"gulp-cssnano": "^2.1.0",
"gulp-fontgen": "^0.1.6",
"gulp-debug": "^2.0.1",
"gulp-declare": "*",
"gulp-imagemin": "^2.4.0",
"gulp-notify": "^2.2.0",
"gulp-parker": "^0.1.4",
"gulp-plumber": "^1.0.0",
"gulp-rename": "~0.2.2",
"gulp-sass": "^2.1.0",
"gulp-scss-lint": "^0.1.10",
"gulp-uglify": "~0.2.0",
"gulp-wrap": "*",
"imagemin-pngquant": "^4.2.0"
},
"dependencies": {
"bootstrap": "^3.3.6",
"bootstrap-sass": "^3.3.6",
"browserify": "^13.0.0",
"browsernizr": "^2.1.0",
"chance": "^1.0.2",
"debounce": "^1.0.0",
"geo-hash": "0.0.2",
"geocoder": "^0.2.2",
"gulp-fontgen": "^0.1.9",
"gulp-handlebars": "^4.0.0",
"gulp-sourcemaps": "^1.6.0",
"handlebars": "^4.0.5",
"howler": "^1.1.29",
"jquery": "^2.2.1",
"mapbox": "*",
"mapbox-gl": "^0.20.0",
"moment": "^2.13.0",
"moment-duration-format": "^1.3.0",
"ngeohash": "^0.6.0",
"notifyjs-browser": "^0.4.2",
"poisson-process": "^0.2.1",
"ttf2woff2": "^2.0.3",
"turf": "^3.0.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0"
}
}