-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.39 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
{
"name": "ground-zero",
"version": "3.0.0",
"description": "Starting point for Front-End Projects",
"main": "gulpfile.js",
"scripts": {
"test": "gulp test",
"start": "npm i && bower i",
"deploy": "gulp gitlab && gulp deploy && gulp clean"
},
"repository": {
"type": "git",
"url": "https://github.com/mike3run/ground-zero"
},
"keywords": [
"jade",
"js",
"coffeescript",
"sass",
"api",
"stylus",
"gulp"
],
"author": "Miguel Palau @mpalau",
"license": "MIT",
"bugs": {
"url": "https://github.com/mike3run/ground-zero/issues"
},
"homepage": "https://github.com/mike3run/ground-zero#readme",
"devDependencies": {
"browser-sync": "*",
"coffee-script": "*",
"del": "*",
"gulp": "*",
"gulp-autoprefixer": "*",
"gulp-cache": "*",
"gulp-cheerio": "*",
"gulp-coffee": "*",
"gulp-concat": "*",
"gulp-csscomb": "*",
"gulp-cssfont64": "*",
"gulp-cssnano": "*",
"gulp-gh-pages": "*",
"gulp-group-css-media-queries": "*",
"gulp-imagemin": "*",
"gulp-load-plugins": "*",
"gulp-newer": "*",
"gulp-notify": "*",
"gulp-plumber": "*",
"gulp-pug": "*",
"gulp-sass": "*",
"gulp-sourcemaps": "*",
"gulp-svgmin": "*",
"gulp-svgstore": "*",
"gulp-uglify": "*",
"gulp-uncss": "*",
"gulp-util": "*",
"require-dir": "*",
"run-sequence": "*"
}
}