2014-11-28 14:04:01 +01:00
{
2015-03-13 10:32:02 +01:00
"name" : "knacss" ,
2015-04-13 16:25:22 +02:00
"version" : "4.1.3" ,
2014-11-28 14:04:01 +01:00
"homepage" : "http://www.knacss.com/" ,
"bugs" : "https://github.com/raphaelgoetter/KNACSS/issues" ,
"author" : [
2015-03-13 10:15:34 +01:00
"Raphaël GOETTER, Alsacreations (http://goetter.fr)"
2014-11-28 14:04:01 +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" : "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" : { } ,
2015-04-14 10:04:17 +02:00
"devDependencies" : {
"gulp" : "latest" ,
"gulp-rename" : "latest" ,
"gulp-less" : "latest" ,
"gulp-concat" : "latest" ,
"gulp-minify-css" : "latest" ,
"gulp-autoprefixer" : "latest" ,
"gulp-sourcemaps" : "latest"
} ,
2014-11-28 14:04:01 +01:00
"engines" : { }
}