40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "knacss",
|
|
"version": "7.1.1",
|
|
"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": {
|
|
"gulp": "^3.x",
|
|
"gulp-postcss": "latest",
|
|
"autoprefixer": "latest",
|
|
"postcss-unprefix": "latest",
|
|
"postcss-flexbugs-fixes": "latest",
|
|
"postcss-gap-properties": "latest",
|
|
"cssnano": "latest",
|
|
"gulp-rename": "latest",
|
|
"gulp-sass": "latest"
|
|
},
|
|
"engines": {}
|
|
}
|