sgcss
Version:
Create styleguides from CSS comments
37 lines (36 loc) • 794 B
JSON
{
"name": "sgcss",
"version": "0.2.1",
"description": "Create styleguides from CSS comments",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"styles",
"styleguides",
"styleguide",
"style guide",
"documentation",
"docs",
"markdown"
],
"author": "Magnus Dahlstrand <magnus@mdahlstrand.com>",
"license": "MIT",
"repository": "mdahlstrand/sgcss",
"homepage": "https://github.com/mdahlstrand/sgcss",
"bugs": "https://github.com/mdahlstrand/sgcss/issues",
"dependencies": {
"chroma-js": "^1.2.1",
"fs-extra": "^0.26.5",
"fs-promise": "^0.5.0",
"lodash": "^4.16.4",
"marked": "^0.3.5",
"sgcss-theme-default": "^0.2.0",
"postcss": "^5.0.14"
},
"scripts": {
},
"engines": {
"node": ">=5.5.0"
}
}