-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
40 lines (40 loc) · 968 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-cms",
"version": "0.1.0",
"description": "A Jekyll demo site using Netlify CMS",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nicholas Stees",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.18.13",
"css-mqpacker": "^6.0.1",
"gulp": "^3.8.8",
"gulp-autoprefixer": "1.0.0",
"gulp-babel": "^7.0.1",
"gulp-clean-css": "^3.8.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^3.3.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.0",
"gulp-uglify": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/NickStees/jekyll-cms.git"
},
"keywords": [
"jekyll",
"gulp",
"sass",
"browsersync",
"Netlify",
"NetlifyCMS"
],
"homepage": "https://github.com/NickStees/jekyll-cms"
}