KNACSS/package.json
Raphael Goetter a37552439d version 7.0.2
2018-03-01 09:57:41 +01:00

40 lines
1.0 KiB
JSON

{
"name": "knacss",
"version": "7.0.3",
"homepage": "http://www.knacss.com/",
"bugs": "https://github.com/alsacreations/KNACSS/issues",
"author": [
"Raphaël GOETTER, Alsacreations (http://www.alsacreations.fr)"
],
"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.9.1",
"gulp-autoprefixer": "latest",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "latest",
"gulp-rename": "latest",
"gulp-sass": "latest"
},
"engines": {}
}