-
Notifications
You must be signed in to change notification settings - Fork 1
/
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
{
"name": "gae-init",
"author": "Panayiotis Lipiridis <[email protected]>",
"license": "MIT",
"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"
},
"devDependencies": {
"browser-sync": "2.18.8",
"bower": "1.8.0",
"coffee-script": "1.12.4",
"del": "2.2.2",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.1",
"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.5.1",
"gulp-start": "1.0.1",
"gulp-uglify": "2.1.2",
"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.1",
"uglify-js": "2.8.21",
"yargs-parser": "5.0.0"
}
}