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" + ] +}