KNACSS/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2014-11-28 14:04:01 +01:00
{
2015-08-06 16:08:35 +02:00
"name": "knacss",
"version": "4.4.5",
2015-08-06 16:08:35 +02:00
"homepage": "http://www.knacss.com/",
"bugs": "https://github.com/raphaelgoetter/KNACSS/issues",
"author": [
2015-12-12 11:20:29 +01:00
"Raphaël GOETTER, Alsacreations (http://www.alsacreations.fr)"
2015-08-06 16:08:35 +02: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.",
2015-12-24 11:16:13 +01:00
"main": "https://github.com/alsacreations/KNACSS/tree/master/css",
2015-08-06 16:08:35 +02:00
"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",
2015-12-24 11:16:13 +01:00
"gulp-sass": "latest",
2015-08-06 16:08:35 +02:00
"gulp-concat": "latest",
"gulp-minify-css": "latest",
"gulp-autoprefixer": "latest",
"gulp-sourcemaps": "latest"
},
"engines": {}
2014-11-28 14:04:01 +01:00
}