-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
83 lines (83 loc) · 2.09 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "ebi-style-lab",
"version": "1.0.0",
"description": "EMBL-EBI Style Lab.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp bb",
"build": "gulp build --production",
"bb": "gulp bb",
"pageJson": "gulp pageJson",
"fonts": "gulp updateIconFonts"
},
"author": "EMBL-EBI <[email protected]>",
"license": "MIT",
"devDependencies": {
"async": "^2.6.3",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.7.2",
"browser-sync": "^2.26.3",
"clipboard": "^1.6.1",
"event-stream": "^3.3.5",
"gulp": "4.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-cli": "^1.4.0",
"gulp-concat": "^2.5.2",
"gulp-cssnano": "^2.1.0",
"gulp-extname": "^0.2.0",
"gulp-foreach": "^0.1.0",
"gulp-git": "^2.8.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.2.1",
"gulp-insert": "^0.5.0",
"gulp-jsoncombine": "^1.0.3",
"gulp-load-plugins": "^1.6.0",
"gulp-print": "^5.0.2",
"gulp-prompt": "^0.2.0",
"gulp-rename": "^1.4.0",
"gulp-rev-timestamp": "0.0.1",
"gulp-rsync": "0.0.7",
"gulp-sass": "^3.2.1",
"gulp-sass-lint": "^1.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-strip-css-comments": "^1.2.0",
"gulp-uglify": "^1.2.0",
"gulp-uncss": "^1.0.1",
"gulp-util": "^3.0.8",
"gulp-yaml": "^1.0.1",
"gulp-zip": "^4.2.0",
"gutil": "^1.6.4",
"js-yaml": "^3.14.0",
"lodash": "^4.17.11",
"panini": "1.7.1",
"path": "^0.12.7",
"require-dir": "^0.3.1",
"rimraf": "^2.7.1",
"sass-lint": "^1.13.1",
"strip-js": "^1.0.6",
"striptags": "^3.0.1",
"style-sherpa": "^1.0.0",
"svg-injector": "^1.1.3",
"through2": "^2.0.5",
"yargs": "^3.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/zurb/foundation-zurb-template.git"
},
"bugs": {
"url": "https://github.com/zurb/foundation-sites/issues",
"email": "[email protected]"
},
"babel": {
"presets": [
"es2015"
]
},
"private": true,
"dependencies": {
"gulp-download-stream": "0.0.13",
"what-input": "^5.1.3"
}
}