-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 922 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
{
"name": "gulpsasstoolkit",
"version": "1.1.0",
"description": "This is a toolkit to help you setup your projects faster without always having to start from scratch.",
"main": "index.js",
"scripts": {
"start": "gulp default"
},
"keywords": [
"sass",
"gulp",
"pug",
"toolkit",
"framework"
],
"author": "David Rosseljong",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DavidRosseljong/gulpsasstoolkit.git"
},
"browserslist": [
"> 0.5%",
"last 3 versions",
"Firefox ESR",
"not dead"
],
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.26.3",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-cli": "^2.0.1",
"gulp-image": "^4.4.1",
"gulp-newer": "^1.4.0",
"gulp-pug": "^4.0.1",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-wait": "0.0.2"
}
}