forked from matthewfowles/ultimate-banner-builder
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
68 lines (68 loc) · 1.88 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
{
"name": "ultimate-banner-builder",
"version": "0.0.1",
"description": "A banner build template that also works to generate static versions",
"main": "index.js",
"babel": {
"presets": ["es2015"]
},
"scripts": {
"build": "babel gulp/html.js -o compiled.js",
"generate": "babel-node build/generate-templates.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthewfowles/ultimate-banner-builder.git"
},
"author": "Matthew Fowles",
"license": "MIT",
"bugs": {
"url": "https://github.com/matthewfowles/ultimate-banner-builder/issues"
},
"homepage": "https://github.com/matthewfowles/ultimate-banner-builder#readme",
"dependencies": {
"babel-cli": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"chalk": "^1.1.3"
},
"devDependencies": {
"del": "^2.2.1",
"event-stream": "^3.3.3",
"fs-extra": "^0.30.0",
"git-guppy": "^1.2.1",
"glob": "^7.0.5",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.5",
"gulp-clean-css": "^2.0.10",
"gulp-concat": "^2.6.0",
"gulp-connect-multi": "^1.0.8",
"gulp-debounced-watch": "^1.0.4",
"gulp-filter": "^4.0.0",
"gulp-htmllint": "0.0.9",
"gulp-htmlmin": "^2.0.0",
"gulp-imagemin": "^3.0.1",
"gulp-jshint": "^2.0.1",
"gulp-newer": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-remove-code": "^1.0.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sass-lint": "^1.2.0",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-uncss": "^1.0.5",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.8",
"gulp-zip": "^3.2.0",
"guppy-pre-commit": "^0.3.0",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"merge2": "^1.0.2",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.1",
"vinyl-paths": "^2.1.0",
"walk": "^2.3.9"
}
}