-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "html5-banner",
"version": "1.0.0",
"description": "HTML5 Advertising Banner Framework",
"scripts": {
"build": "gulp build",
"watch": "gulp watch"
},
"author": "Thorben Ziegler <[email protected]>",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-preset-es2015": "^6.24.0",
"event-stream": "^3.3.4",
"get-folder-size": "^1.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^3.2.0",
"gulp-imagemin": "^3.2.0",
"gulp-inject": "^4.2.0",
"gulp-jspm": "^0.5.13",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.1.0",
"imagemin-pngquant": "^5.0.0",
"jspm": "^0.16.48",
"normalize.css": "^5.0.0"
},
"jspm": {
"dependencies": {},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
},
"dependencies": {
"fs": "^0.0.1-security",
"gulp-cli": "^1.2.2",
"path": "^0.12.7"
}
}