From 35c7c5dc0ae307ae85974a50d1c1e5bb24e3c4d1 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Thu, 6 Aug 2015 16:08:35 +0200 Subject: [PATCH] 5.0.0 --- package.json | 70 +++++++++++++++++++++++++++++----------------------- 1 file changed, 39 insertions(+), 31 deletions(-) diff --git a/package.json b/package.json index 684f8b2..75ec564 100644 --- a/package.json +++ b/package.json @@ -1,33 +1,41 @@ { - "name": "knacss", - "version": "4.3.3", - "homepage": "http://www.knacss.com/", - "bugs": "https://github.com/raphaelgoetter/KNACSS/issues", - "author": [ - "Raphaël GOETTER, Alsacreations (http://goetter.fr)" - ], - "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": "css/knacss.css", - "keywords": [ - "css", "framework", "reset", "responsive", "less", "sass", "rwd", "boilerplate", "workflow" - ], - "repository": { - "type": "git", - "url": "https://github.com/raphaelgoetter/KNACSS" - }, - "license": "WTFPL", - "dependencies": {}, - "devDependencies": { - "gulp": "latest", - "gulp-rename": "latest", - "gulp-less": "latest", - "gulp-concat": "latest", - "gulp-minify-css": "latest", - "gulp-autoprefixer": "latest", - "gulp-sourcemaps": "latest" - }, - "engines": {} + "name": "knacss", + "version": "5.0.0", + "homepage": "http://www.knacss.com/", + "bugs": "https://github.com/raphaelgoetter/KNACSS/issues", + "author": [ + "Raphaël GOETTER, Alsacreations (http://goetter.fr)" + ], + "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": "css/knacss.css", + "keywords": [ + "css", + "framework", + "reset", + "responsive", + "less", + "sass", + "rwd", + "boilerplate", + "workflow" + ], + "repository": { + "type": "git", + "url": "https://github.com/raphaelgoetter/KNACSS" + }, + "license": "WTFPL", + "dependencies": {}, + "devDependencies": { + "gulp": "latest", + "gulp-rename": "latest", + "gulp-less": "latest", + "gulp-concat": "latest", + "gulp-minify-css": "latest", + "gulp-autoprefixer": "latest", + "gulp-sourcemaps": "latest" + }, + "engines": {} }