Skip to content

Commit

Permalink
Merge pull request #7 from michaek/master
Browse files Browse the repository at this point in the history
Added package.json for npm compatibility.
  • Loading branch information
Igosuki committed Aug 5, 2014
2 parents fdae11d + 300c069 commit 9a9778a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "compass-mixins",
"version": "0.12.3",
"authors": [
"Guillaume Balaine <[email protected]>"
],
"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"
]
}

0 comments on commit 9a9778a

Please sign in to comment.