clientkit-styleguide
Version:
Generate an html styleguide for clientkit config
39 lines (38 loc) • 1.02 kB
JSON
{
"name": "clientkit-styleguide",
"version": "2.0.0",
"description": "Generate an html styleguide for clientkit config",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/firstandthird/clientkit-styleguide.git"
},
"keywords": [
"clientkit",
"styleguide"
],
"author": "Greg Allen <code@firstandthird.com> (http://firstandthird.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/firstandthird/clientkit-styleguide/issues"
},
"homepage": "https://github.com/firstandthird/clientkit-styleguide#readme",
"dependencies": {
"async": "^3.1.1",
"contrast": "^1.0.1",
"css-color-function": "^1.3.3",
"nunjucks": "^3.2.0",
"taskkit-task": "^3.0.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-firstandthird": "^5.0.0",
"eslint-plugin-import": "^2.20.1"
},
"eslintConfig": {
"extends": "firstandthird"
}
}