-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "doc-malawi",
"version": "1.4.0",
"description": "A webdoc about tabacco in Malawi.",
"main": "index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/gustavpursche/doc-malawi.git"
},
"author": "Gustav Pursche <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/gustavpursche/doc-malawi/issues"
},
"homepage": "https://jib-collective.net/stories/malawi/de/",
"scripts": {
"watch": "npx gulp watch",
"build": "npx gulp"
},
"dependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.1",
"gulp-svg-sprite": "^1.3.1",
"gulp-uglify": "^3.0.0",
"jquery": "^3.0.0",
"mapbox-gl": "^0.42.2",
"screenfull": "^3.0.0",
"tocca": "^2.0.1",
"video.js": "^6.6.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"express": "^4.13.4",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-imagemin": "^3.4.0",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.1.0"
}
}