rocks
Version:
Lightweight SASS utility library that is heavily inspired by Bourbon.
43 lines (42 loc) • 1.14 kB
JSON
{
"name": "rocks",
"version": "0.0.0-semantically-released",
"description": "Lightweight SASS utility library that is heavily inspired by Bourbon.",
"main": "src/index.js",
"scripts": {
"commit": "git-cz",
"test": "mocha src/index.test.js -w --compilers js:babel-core/register",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/HarrisRobin/rocks.git"
},
"keywords": [
"SASS",
"MIXINS",
"UTILITY"
],
"author": "Harris Robin Kalash <harrisrobinkalash@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/HarrisRobin/rocks/issues"
},
"homepage": "https://github.com/HarrisRobin/rocks",
"devDependencies": {
"babel": "6.5.2",
"babel-core": "6.7.2",
"babel-preset-es2015": "6.6.0",
"chai": "3.5.0",
"commitizen": "2.5.0",
"cz-conventional-changelog": "1.1.5",
"mocha": "2.4.5",
"semantic-release": "^4.3.5"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
},
"dependencies": {
"bourbon": "4.2.6"
}
}