forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 1.02 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
{
"name": "awaters1.github.io",
"version": "1.0.0",
"description": "> March, 2016: If you're on an old version of Jekyll Now and run into a) build warnings or b) syntax highlighting issues caused by [Jekyll 3 and GitHub Pages updates](https://github.com/blog/2100-github-pages-now-faster-and-simpler-with-jekyll-3-0), just :sparkles:[update your _config.yml](https://github.com/barryclark/jekyll-now/pull/445/files):sparkles: and you'll be set!",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.1",
"gulp-shell": "^0.5.2"
},
"devDependencies": {
"browser-sync": "^2.18.7",
"gulp": "^3.9.1",
"gulp-shell": "^0.5.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awaters1/awaters1.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/awaters1/awaters1.github.io/issues"
},
"homepage": "https://github.com/awaters1/awaters1.github.io#readme"
}