diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0db216b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +npm-debug.log +node_modules diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..e444a0c --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ +{ + "name": "REM-unit-polyfill", + "version": "1.1.0", + "homepage": "https://github.com/chuckcarpenter/REM-unit-polyfill", + "authors": [ + "Chuck Carpenter ", + "Lucas Serven " + ], + "description": "A polyfill to parse CSS links and rewrite pixel equivalents into head for non supporting browsers", + "main": "rem.js", + "keywords": [ + "polyfill", + "rem", + "css" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}