KNACSS/package.json

40 lines
1.0 KiB
JSON
Raw Normal View History

2014-11-28 14:04:01 +01:00
{
2015-08-06 16:08:35 +02:00
"name": "knacss",
2018-07-27 12:46:49 +02:00
"version": "7.0.7",
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",
2015-08-06 16:08:35 +02:00
"author": [
"Raphaël GOETTER, Alsacreations (https://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",
"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": {
2018-03-01 09:57:41 +01:00
"gulp": "^3.9.1",
"gulp-autoprefixer": "latest",
2018-05-26 11:53:48 +02:00
"gulp-clean-css": "^3.9.4",
2015-08-06 16:08:35 +02:00
"gulp-concat": "latest",
2018-05-26 11:53:48 +02:00
"gulp-rename": "^1.2.3",
"gulp-sass": "^4.0.1"
2015-08-06 16:08:35 +02:00
},
"engines": {}
2014-11-28 14:04:01 +01:00
}