KNACSS/package.json

38 lines
1005 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.8",
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": {
2018-03-01 09:57:41 +01:00
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^3.10.0",
2015-08-06 16:08:35 +02:00
"gulp-concat": "latest",
"gulp-rename": "^1.4.0",
2018-05-26 11:53:48 +02:00
"gulp-sass": "^4.0.1"
2015-08-06 16:08:35 +02:00
},
"engines": {}
2014-11-28 14:04:01 +01:00
}