-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.1 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
{
"author": "Panayiotis Lipiridis <[email protected]>",
"devDependencies": {
"bower": "1.8.0",
"browser-sync": "2.18.12",
"coffee-script": "1.12.6",
"del": "2.2.2",
"gulp": "3.9.1",
"gulp-autoprefixer": "4.0.0",
"gulp-bower": "0.0.13",
"gulp-coffee": "2.3.4",
"gulp-concat": "2.6.1",
"gulp-cssnano": "2.1.2",
"gulp-help": "1.6.1",
"gulp-if": "2.0.2",
"gulp-less": "3.3.0",
"gulp-load-plugins": "1.5.0",
"gulp-plumber": "1.1.0",
"gulp-sequence": "0.4.6",
"gulp-size": "2.1.0",
"gulp-sourcemaps": "2.6.0",
"gulp-start": "1.0.1",
"gulp-uglify": "3.0.0",
"gulp-util": "3.0.8",
"gulp-watch": "4.3.11",
"gulp-zip": "4.0.0",
"less": "2.7.2",
"main-bower-files": "2.13.1",
"require-dir": "0.3.2",
"uglify-js": "3.0.17",
"yargs-parser": "7.0.0"
},
"license": "MIT",
"name": "gae-init",
"repository": {
"type": "git",
"url": "https://github.com/gae-init"
},
"scripts": {
"install": "gulp init",
"postinstall": "echo 'Run `gulp` to start or `gulp help` for more.'",
"start": "gulp"
}
}