KNACSS/package.json
2019-08-12 16:55:38 +02:00

40 lines
1.1 KiB
JSON

{
"name": "knacss",
"version": "8.0.0-alpha.0",
"homepage": "http://www.knacss.com/",
"bugs": "https://github.com/alsacreations/KNACSS/issues",
"author": "Raphaël GOETTER, Alsacreations",
"contributors": [
"Raphaël GOETTER, Alsacreations"
],
"description": "KNACSS is a minimalist, responsive and extensible style sheet to kick-start your HTML / CSS projects. It relies on common best practices and experience on the topic.",
"main": "https://github.com/alsacreations/KNACSS/tree/master/css",
"keywords": [
"css",
"framework",
"reset",
"responsive",
"sass",
"rwd",
"boilerplate",
"workflow"
],
"repository": {
"type": "git",
"url": "https://github.com/alsacreations/KNACSS"
},
"license": "WTFPL",
"dependencies": {},
"devDependencies": {
"autoprefixer": "latest",
"cssnano": "latest",
"gulp": "^4.0.0",
"gulp-postcss": "latest",
"gulp-rename": "latest",
"gulp-sass": "latest",
"postcss-flexbugs-fixes": "latest",
"postcss-gap-properties": "latest",
"postcss-unprefix": "latest"
},
"engines": {}
}