KNACSS/package.json

40 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",
2019-08-12 16:48:08 +02:00
"version": "8.0.0-alpha.0",
2015-08-06 16:08:35 +02:00
"homepage": "http://www.knacss.com/",
2016-04-01 15:49:53 +02:00
"bugs": "https://github.com/alsacreations/KNACSS/issues",
2018-07-27 15:06:51 +02:00
"author": "Raphaël GOETTER, Alsacreations",
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",
"sass",
"rwd",
"boilerplate",
"workflow"
],
"repository": {
"type": "git",
2016-04-01 15:49:53 +02:00
"url": "https://github.com/alsacreations/KNACSS"
2015-08-06 16:08:35 +02:00
},
"license": "WTFPL",
"dependencies": {},
"devDependencies": {
"autoprefixer": "latest",
"cssnano": "latest",
2019-08-12 16:55:38 +02:00
"gulp": "^4.0.0",
2019-07-17 17:32:39 +02:00
"gulp-postcss": "latest",
"gulp-rename": "latest",
2019-07-17 17:32:39 +02:00
"gulp-sass": "latest",
"postcss-flexbugs-fixes": "latest",
"postcss-gap-properties": "latest",
"postcss-unprefix": "latest"
2015-08-06 16:08:35 +02:00
},
"engines": {}
2019-08-12 16:55:38 +02:00
}