2014-11-28 14:04:01 +01:00
{
2021-01-25 13:22:43 +01:00
"name" : "knacss" ,
2021-01-25 13:45:35 +01:00
"version" : "v8.0.2" ,
2021-01-25 13:22:43 +01:00
"homepage" : "http://www.knacss.com/" ,
"bugs" : "https://github.com/alsacreations/KNACSS/issues" ,
2021-01-25 13:27:27 +01:00
"author" : "Raphaël GOETTER, Alsacreations (http://www.alsacreations.fr)" ,
2021-01-25 13:22:43 +01:00
"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" ,
2015-08-06 16:08:35 +02:00
"devDependencies" : {
2021-01-25 12:28:12 +01:00
"gulp" : "^4.0.2" ,
2019-08-14 16:03:07 +02:00
"gulp-postcss" : "^8.0.0" ,
2021-01-25 12:28:12 +01:00
"gulp-sass" : "^4.1.0"
2015-08-06 16:08:35 +02:00
} ,
2021-01-25 12:28:12 +01:00
"dependencies" : {
"autoprefixer" : "^9.7.1" ,
"postcss-combine-media-query" : "^1.0.1" ,
"cssnano" : "^4.1.10" ,
"gulp-rename" : "^2.0.0"
}
2019-08-28 10:24:32 +02:00
}