Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Add bower manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Dec 7, 2014
1 parent 1425e1e commit 5e5d535
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "js-polyfills",
"version": "0.1.0",
"homepage": "https://github.com/inexorabletash/polyfill",
"authors": [
"Joshua Bell <[email protected]>"
],
"description": "Various Web API and ECMAScript Polyfills",
"main": [
"web.js",
"es5.js",
"es6.js"
],
"keywords": [
"polyfill",
"standards"
],
"ignore": [
"**/.*",
"**/*.html",
"**/*.md",
"demos",
"obsolete",
"tests"
]
}

0 comments on commit 5e5d535

Please sign in to comment.