KNACSS/package.json

38 lines
1004 B
JSON
Raw Normal View History

2014-11-28 14:04:01 +01:00
{
2015-08-06 16:08:35 +02:00
"name": "knacss",
"version": "7.0.9",
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": {
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-clean-css": "latest",
2015-08-06 16:08:35 +02:00
"gulp-concat": "latest",
"gulp-rename": "latest",
"gulp-sass": "latest"
2015-08-06 16:08:35 +02:00
},
"engines": {}
2014-11-28 14:04:01 +01:00
}