sassimple
Version:
scss utility mixins
57 lines (56 loc) • 1.61 kB
JSON
{
"name": "sassimple",
"version": "1.4.0",
"description": "scss utility mixins",
"main": "index.html",
"files": [
"mixins"
],
"scripts": {
"build": "gulp",
"grammar": "write-good *.md --no-passive",
"postpublish": "git tag $npm_package_version && git push origin --tags",
"markdownlint": "markdownlint *.md",
"spelling": "mdspell '**/*.md' '!**/node_modules/**/*.md' --ignore-numbers",
"spelling:ci": "mdspell '**/*.md' '!**/node_modules/**/*.md' --ignore-numbers --report",
"test": "npm run markdownlint && npm run grammar && npm run spelling",
"test:ci": "npm run markdownlint && npm run grammar && npm run spelling:ci"
},
"repository": "git+https://github.com/yowainwright/sassimple.git",
"keywords": [
"css",
"scss",
"sass",
"mixins",
"bootstrap",
"compass",
"bourbon",
"neat",
"styles",
"style",
"css utilties",
"css tools"
],
"author": "Jeffry Wainwright",
"license": "ISC",
"bugs": {
"url": "https://github.com/yowainwright/sassimple/issues"
},
"homepage": "https://github.com/yowainwright/sassimple#readme",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"bootstrap-sass": "^3.3.7",
"bourbon": "^6.0.0",
"bourbon-neat": "^4.0.0",
"compass-sass-mixins": "^0.12.7",
"conventional-changelog-cli": "^2.0.31",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.0.8",
"markdown-spellcheck": "^1.3.1",
"markdownlint-cli": "^0.20.0",
"write-good": "^1.0.2"
}
}