-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 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": "wac-countdown",
"version": "1.0.0",
"description": "WAC Countdown is made with the help of frontendcubie",
"homepage": "http://www.wearecube.ch/celebrate",
"repository": {
"type": "git",
"url": "https://github.com/wearecube/countdown.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Joshua Schär <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"browser-sync": "^2.6.4",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-concat": "^2.5.2",
"gulp-env": "^0.4.0",
"gulp-header": "^1.2.2",
"gulp-imagemin": "^2.2.1",
"gulp-inject": "^1.2.0",
"gulp-jshint": "^1.10.0",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.1.0",
"gulp-minify-html": "^1.0.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-svgstore": "^5.0.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.8",
"imagemin-pngquant": "^4.1.0",
"jshint-stylish": "^1.0.1",
"vinyl-ftp": "^0.6.0",
"wiredep": "^2.2.2"
},
"dependencies": {}
}