forked from speckandtech/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1006 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
41
42
{
"name": "speck-and-tech",
"version": "0.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"check-deps": "npm-check -s -i typescript",
"gulp": "gulp"
},
"author": "Shane Osbourne",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.26.7",
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "6.1.0",
"gulp-concat": "2.6.1",
"gulp-gh-pages": "^0.5.4",
"gulp-sass": "4.0.2",
"mem": "^4.3.0",
"npm-check": "^5.9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/shakyShane/jekyll-gulp-sass-browser-sync.git"
},
"keywords": [
"jekyll",
"gulp",
"sass",
"browsersync"
],
"bugs": {
"url": "https://github.com/shakyShane/jekyll-gulp-sass-browser-sync/issues"
},
"homepage": "https://github.com/shakyShane/jekyll-gulp-sass-browser-sync",
"dependencies": {
"common-js": "^0.3.8",
"npm": "^6.14.6"
}
}