forked from redlioncanada/banner-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.98 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": "banner-template",
"version": "3.0.2",
"description": "Build HTML5 banner templates quickly and easily, without the bloat",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp",
"package": "gulp package",
"version": "gulp version",
"reset": "gulp version --reset"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stephenpoole/banner-template.git"
},
"author": "Stephen Poole",
"license": "MIT",
"bugs": {
"url": "https://github.com/stephenpoole/banner-template/issues"
},
"homepage": "https://github.com/stephenpoole/banner-template#readme",
"devDependencies": {
"@babel/core": "^7.0.0-beta.52",
"@babel/plugin-transform-runtime": "^7.0.0-beta.52",
"@babel/preset-env": "^7.0.0-beta.52",
"@babel/runtime": "^7.0.0-beta.52",
"del": "^2.2.0",
"globule": "^1.0.0",
"gulp": "^3.9.0",
"gulp-babel": "^8.0.0-beta.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-flatten": "^0.2.0",
"gulp-htmlmin": "^1.3.0",
"gulp-ignore": "^2.0.1",
"gulp-imagemin": "^2.4.0",
"gulp-include": "^2.1.0",
"gulp-json-editor": "^2.2.1",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.1.1",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"image-size": "^0.5.0",
"merge-stream": "^1.0.0",
"node-uuid": "^1.4.7",
"yargs": "^3.32.0"
},
"keywords": [
"html5",
"banner",
"banners",
"iab",
"ad",
"advertising",
"bigbox",
"skyscraper",
"greensock"
],
"dependencies": {
"gulp-adwords": "^0.2.0",
"log-symbols": "^1.0.2"
}
}