KNACSS/package.json

38 lines
1.0 KiB
JSON
Raw Normal View History

2014-11-28 14:04:01 +01:00
{
2021-01-25 13:22:43 +01:00
"name": "knacss",
2022-01-24 17:03:36 +01:00
"version": "8.2.1",
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": {
"gulp": "^4.0.2",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.1.0"
2015-08-06 16:08:35 +02:00
},
"dependencies": {
"autoprefixer": "^9.7.1",
"postcss-combine-media-query": "^1.0.1",
2022-02-24 16:16:45 +01:00
"cssnano": "^4.1.10"
}
2019-08-28 10:24:32 +02:00
}