-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.55 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
37
38
39
40
41
42
43
44
{
"name": "flavor-scss",
"version": "1.10.0",
"description": "Flavor SCSS - Advanced type checking Sass/SCSS Framework with Mixins & Helpers and a fully customizable Grid System",
"main": "scss/flavor.scss",
"scripts": {
"changelog": "changelog && echo 'CHANGELOG.md file built' || echo 'CHANGELOG.md building error'",
"readme": "pkg-2-readme package.json > README.md -t \"./pkg-2-readme.template.md\" && echo 'README.md file built' || echo 'README.md building error'",
"docs": "sassdoc scss && echo 'docs built' || echo 'docs building error'",
"docs:serve": "browser-sync start --config bs-config.js & node-sass-watcher ./src/scss/flavor.scss -c 'yarn docs' && fg",
"git-prepare": "yarn changelog && yarn readme && yarn docs",
"test": "sass-lint -c scss-lint.yml -v -q && echo 'scss lint ok' || echo 'scss lint error'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blackmirror1980/flavor-scss.git"
},
"keywords": [
"flavor",
"sass",
"scss",
"mixins",
"functions",
"helpers",
"framework",
"grid system"
],
"author": "Black Mirror",
"license": "MIT",
"bugs": {
"url": "https://github.com/blackmirror1980/flavor-scss/issues"
},
"homepage": "https://blackmirror1980.github.io/flavor-scss",
"documentation": "https://blackmirror1980.github.io/flavor-scss/index.html",
"devDependencies": {
"merge": "^1.2.1",
"minimatch": "^3.0.4",
"pkg-2-readme": "0.0.6",
"sass-lint": "^1.13.1",
"sassdoc": "^2.7.1",
"node-sass": "^4.13.0"
},
"dependencies": {}
}