From 300c06958ecd17f1aa0b969b19a91435bf8657c1 Mon Sep 17 00:00:00 2001 From: Michael Hellein Date: Mon, 4 Aug 2014 16:09:00 -0400 Subject: [PATCH] Added package.json for npm compatibility. --- package.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..356b571 --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "name": "compass-mixins", + "version": "0.12.3", + "authors": [ + "Guillaume Balaine " + ], + "description": "Compass stylesheets", + "repository": { + "type": "git", + "url": "git://github.com/Igosuki/compass-mixins.git" + }, + "main": "lib/_compass.scss", + "keywords": [ + "compass", + "mixins", + "sass", + "css3" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}