-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.54 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
62
{
"name": "frasco",
"version": "0.6.0",
"description": "Jekyll starter project including full setup for gulp, Sass, Autoprefixer, Bourbon/Neat/Bitters, Browserify, imagemin, Browsersync, PostCSS etc.",
"main": "gulpfile.js",
"scripts": {
"preinstall": "bundle install",
"start": "gulp",
"test": "gulp test",
"build": "gulp build --production",
"imagemin": "gulp imagemin",
"production": "gulp --production",
"sass": "gulp sass",
"server": "gulp server",
"server-production": "gulp server --production"
},
"repository": {
"type": "git",
"url": "https://github.com/ixkaito/frasco.git"
},
"keywords": [
"Autoprefixer",
"Bitters",
"Bourbon",
"Browsersync",
"gulp",
"imagemin",
"Jekyll",
"Neat",
"PostCSS",
"Sass",
"Webpack"
],
"author": "Kite",
"license": "MIT",
"bugs": {
"url": "https://github.com/ixkaito/frasco/issues"
},
"homepage": "https://ixkaito.github.io/frasco",
"devDependencies": {
"autoprefixer": "^7.1.1",
"browser-sync": "^2.18.12",
"eslint-config-google": "^0.8.0",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.0",
"gulp-imagemin": "^3.3.0",
"gulp-newer": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.11",
"imagemin-pngquant": "^5.0.1",
"vinyl-named": "^1.1.0",
"webpack-stream": "^3.2.0",
"yargs": "^8.0.2"
},
"dependencies": {
"jquery": "^3.2.1",
"jquery-match-height": "^0.7.2"
}
}