-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 875 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
{
"name": "slushie",
"version": "0.5.0",
"description": "Literally an entire Gulp pipeline for free, just add water.",
"keywords": [
"gulp",
"pipeline",
"css",
"scss",
"lint",
"linter",
"stylelint"
],
"author": "Scotty Vernon <[email protected]> (http://wildflame.co.uk)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kingscooty/slushie.git"
},
"main": "index.js",
"scripts": {
"test": "cd tests && gulp",
"gulp": "gulp"
},
"dependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cssnano": "^2.1.2",
"gulp-postcss": "^6.4.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.5.1",
"lodash": "^4.5.1",
"postcss-reporter": "^3.0.0",
"postcss-scss": "^0.4.1",
"run-sequence": "^1.2.2",
"stylelint": "^7.10.1"
}
}