-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 928 Bytes
/
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
{
"name": "jekyll-diy",
"author": "Dave Santos <info@davesantos.com>",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"browser-sync": "^2.26.7",
"child_process": "^1.0.2",
"gulp": "^4.0.2",
"gulp-clean-css": "3.10.0",
"gulp-htmltidy": "^0.2.4",
"gulp-remove-empty-lines": "0.1.0",
"gulp-sass": "4.0.1",
"gulp-uglify": "3.0.1",
"node-sass": "^4.12.0"
},
"dependencies": {
"normalize.css": "^8.0.1"
},
"babel": {
"presets": [
"env"
]
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/davesantos/jekyll-diy.git"
},
"bugs": {
"url": "https://github.com/davesantos/jekyll-diy/issues"
},
"homepage": "https://github.com/davesantos/jekyll-diy#readme",
"main": "gulpfile.js",
"keywords": [
"jekyll",
"jekyll boilerplate"
]
}