suitcss-components-arrange
Version:
SUIT CSS component for horizontal arrangement
41 lines (40 loc) • 1.13 kB
JSON
{
"name": "suitcss-components-arrange",
"description": "SUIT CSS component for horizontal arrangement",
"version": "1.1.1",
"style": "index.css",
"files": [
"index.css",
"index.js",
"lib"
],
"devDependencies": {
"suitcss-components-test": "*",
"stylelint-config-suitcss": "^4.0.0",
"suitcss-preprocessor": "^1.0.1",
"suitcss-utils-display": "^1.0.2",
"suitcss-utils-size": "^1.0.2",
"suitcss-utils-text": "^1.0.0"
},
"scripts": {
"build": "npm run setup && npm run preprocess",
"build-test": "npm run setup && npm run preprocess-test",
"lint": "suitcss -c test/config.json index.css build/lint.css && rm build/lint.css",
"preprocess": "suitcss index.css build/build.css",
"preprocess-test": "suitcss -i test test/test.css build/test.css",
"setup": "npm install",
"watch": "npm run preprocess-test -- -w -v",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git://github.com/suitcss/components-arrange.git"
},
"keywords": [
"browser",
"css-components",
"arrange",
"suitcss",
"style"
]
}