gulp-livingstyleguide
Version:
Easily create living styleguides with Markdownn and Sass/Scss using the livingstyleguide gem
41 lines (40 loc) • 934 B
JSON
{
"name": "gulp-livingstyleguide",
"version": "1.0.0",
"description": "Easily create living styleguides with Markdownn and Sass/Scss using the livingstyleguide gem",
"url": "https://github.com/efacilitation/gulp-livingstyleguide",
"author": {
"name": "eFa Team",
"email": "team@efa-gmbh.com",
"url": "https://github.com/efacilitation"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/efacilitation/gulp-livingstyleguide"
},
"bugs": {
"url": "https://github.com/efacilitation/gulp-livingstyleguide/issues"
},
"keywords": [
"gulp",
"gulpplugin",
"livingstyleguide",
"styleguide",
"scss",
"sass",
"css"
],
"scripts": {
"postinstall": "coffee -c index.coffee"
},
"dependencies": {
"coffee-script": "*",
"gulp-util": "*",
"through2": "*"
}
}