-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.52 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
{
"name": "frasco",
"version": "0.4.0",
"description": "Jekyll starter project including full setup for Gulp, Sass, Autoprefixer, Bourbon/Neat/Bitters, Browserify, Imagemin, Browsersync, etc.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"start-production": "gulp --production",
"browserify": "gulp browserify",
"build": "gulp build",
"build-production": "gulp build --production",
"imagemin": "gulp imagemin",
"sass": "gulp sass",
"server": "gulp server",
"server-production": "gulp server --production",
"test": "gulp test",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "https://github.com/ixkaito/frasco.git"
},
"keywords": [
"Gulp",
"Jekyll",
"Sass",
"Autoprefixer",
"Bourbon",
"Browserify",
"Watchify",
"Imagemin",
"Browser-sync"
],
"author": "Kite",
"license": "MIT",
"bugs": {
"url": "https://github.com/ixkaito/frasco/issues"
},
"homepage": "https://github.com/ixkaito/frasco",
"devDependencies": {
"browser-sync": "^2.12.5",
"browserify": "^13.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-imagemin": "^3.0.0",
"gulp-newer": "^1.1.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.1",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.5",
"imagemin-pngquant": "^5.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"yargs": "^4.7.0"
},
"dependencies": {
"jquery": "^3.3.1"
}
}