Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

setting up for bower #34

Merged
merged 1 commit into from
Jan 2, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
npm-debug.log
node_modules
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "REM-unit-polyfill",
"version": "1.1.0",
"homepage": "https://github.com/chuckcarpenter/REM-unit-polyfill",
"authors": [
"Chuck Carpenter <chuck.carpenter@me.com>",
"Lucas Serven <lserven@gmail.com>"
],
"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"
]
}