cca44b501f
grilles compatibles jusqu'à IE8 et Android2 \o/
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"name": "knacss",
|
|
"version": "4.3.0",
|
|
"homepage": "http://www.knacss.com/",
|
|
"bugs": "https://github.com/raphaelgoetter/KNACSS/issues",
|
|
"author": [
|
|
"Raphaël GOETTER, Alsacreations (http://goetter.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": "css/knacss.css",
|
|
"keywords": [
|
|
"css", "framework", "reset", "responsive", "less", "sass", "rwd", "boilerplate", "workflow"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/raphaelgoetter/KNACSS"
|
|
},
|
|
"license": "WTFPL",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"gulp": "latest",
|
|
"gulp-rename": "latest",
|
|
"gulp-less": "latest",
|
|
"gulp-concat": "latest",
|
|
"gulp-minify-css": "latest",
|
|
"gulp-autoprefixer": "latest",
|
|
"gulp-sourcemaps": "latest"
|
|
},
|
|
"engines": {}
|
|
}
|