-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 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
29
30
31
32
33
34
35
36
{
"name": "sfco-sass-utils",
"version": "1.20.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/.bin/gulp test",
"docs": "node ./node_modules/.bin/kss ./lib --destination ./docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jrmykolyn/sfco-sass-utils.git"
},
"author": "Jesse R Mykolyn <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/jrmykolyn/sfco-sass-utils/issues"
},
"homepage": "https://github.com/jrmykolyn/sfco-sass-utils#readme",
"devDependencies": {
"autoprefixer": "^6.6.1",
"cssnano": "^3.10.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^6.2.0",
"gulp-remove-empty-lines": "0.0.8",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-strip-css-comments": "^1.2.0",
"kss": "^3.0.0-beta.18",
"postcss-custom-properties": "^5.0.1",
"postcss-import": "^9.0.0",
"postcss-style-guide": "^0.13.0",
"psg-theme-minimal": "^0.1.0"
}
}