From 8cc8f0eb60d7e899557b504124a6fd63a073a0c4 Mon Sep 17 00:00:00 2001 From: Ju Date: Fri, 28 Nov 2014 14:04:01 +0100 Subject: [PATCH] add a package.json (for npm) --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..0997988 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "KNACSS", + "version": "4.0.3", + "homepage": "http://www.knacss.com/", + "bugs": "https://github.com/raphaelgoetter/KNACSS/issues", + "author": [ + "Raphaël GOETTER, Alsacreations" + ], + "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": {}, + "engines": {} +}