forked from nipunsadvilkar/nipunsadvilkar.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 767 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
{
"name": "browser-sync-jekyll",
"version": "0.0.0",
"description": "My starter project including full setup for Jekyll, GulpJS, SASS & BrowserSync",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Shane Osbourne",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.8.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "2.3.1",
"gulp-jade": "^1.0.1",
"gulp-sass": "^2.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/bawn92/bawn92.git"
},
"keywords": [
"jekyll",
"gulp",
"sass",
"browsersync"
],
"bugs": {
"url": "https://github.com/bawn92/bawn92.git"
},
"homepage": "https://github.com/bawn92/bawn92.git"
}