css-sws
Version:
Significant whitespace for stylesheets
35 lines (34 loc) • 735 B
JSON
{
"name": "css-sws",
"version": "0.2.13",
"description": " Significant whitespace for stylesheets",
"main": "index.js",
"scripts": {
"test": "mocha",
"watch": "mocha -w --watch-extensions css"
},
"repository": {
"type": "git",
"url": "https://github.com/css-utils/css-sws.git"
},
"keywords": [
"css",
"whitespace",
"stylesheets",
"sws",
"indent"
],
"author": "Michael Andrew Vanasse <mail@mndvns.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/css-utils/css-sws/issues"
},
"homepage": "https://github.com/css-utils/css-sws",
"dependencies": {
"css-props": "^1.0.0"
},
"devDependencies": {
"mocha": "^2.1.0",
"should": "^4.6.1"
}
}