-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.73 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.73 KB
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
63
{
"name": "vaeum.github.io",
"version": "1.0.0",
"description": "Small jekyll blog",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/gulp",
"build": "jekyll build",
"styleguide": "make styleguide"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vaeum/vaeum.github.io.git"
},
"keywords": [
"blog"
],
"author": "vaeum",
"license": "MIT",
"bugs": {
"url": "https://github.com/vaeum/vaeum.github.io/issues"
},
"homepage": "https://github.com/vaeum/vaeum.github.io#readme",
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"bootstrap-only-css": "^1.0.0",
"browser-sync": "^2.18.6",
"css-mqpacker": "^5.0.1",
"css.modifiers": "^1.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-check": "^0.1.2",
"gulp-concat": "^2.6.1",
"gulp-css-purge": "^1.0.27",
"gulp-csso": "^3.0.0",
"gulp-file-include": "^1.1.0",
"gulp-filter": "^5.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlclean": "^2.7.14",
"gulp-if": "^2.0.2",
"gulp-include": "^2.3.1",
"gulp-jsonminify": "^1.0.0",
"gulp-load-plugins": "^1.4.0",
"gulp-notify": "^3.0.0",
"gulp-postcss": "^6.4.0",
"gulp-posthtml": "^3.0.0",
"gulp-remember": "^0.3.1",
"gulp-sass": "^3.1.0",
"gulp-sass-glob-import": "^0.1.0",
"gulp-svg-sprite": "^1.3.6",
"gulp-svgmin": "^1.2.3",
"gulp-uglify": "^2.1.2",
"nucleus-styleguide": "^1.1.0",
"octicons": "^5.0.1",
"perfectionist": "^2.4.0",
"postcss-custom-selectors": "^3.0.0",
"postcss-discard-comments": "^2.0.4",
"postcss-focus-hover": "0.0.2",
"postcss-pxtorem": "^4.0.1"
}
}