Skip to content

Commit

Permalink
Added package.json for npm, fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreburel committed Apr 8, 2015
1 parent 2c7f9fd commit 0010aba
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package.json
@@ -0,0 +1,21 @@
{
"name": "sass-rem",
"version": "1.1.1",
"description": "Sass mixin and function to use rem units with pixel fallback.",
"keywords": [
"sass",
"rem",
"responsive",
"fallback"
],
"homepage": "https://github.com/pierreburel/sass-rem",
"bugs": {
"url": "https://github.com/pierreburel/sass-rem/issues"
},
"license": "MIT",
"author": "Pierre Burel <pierre.burel@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/pierreburel/sass-rem.git"
}
}

0 comments on commit 0010aba

Please sign in to comment.