Skip to content

Commit

Permalink
Add bower.json for bower.io
Browse files Browse the repository at this point in the history
  • Loading branch information
progers committed Feb 16, 2016
1 parent 5bddc39 commit 0aa2696
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "pathseg",
"description": "A polyfill for SVG's SVGPathSeg and SVGPathSegList",
"main": "pathseg.js",
"authors": [
"Philip Rogers"
],
"license": "Chromium's License",
"keywords": [
"SVG",
"polyfill",
"pathseg",
"SVGPathSeg",
"SVGPathSegList"
],
"homepage": "https://github.com/progers/pathseg",
"moduleType": "globals",
"repository": {
"type": "git",
"url": "https://github.com/progers/pathseg.git"
}
}

0 comments on commit 0aa2696

Please sign in to comment.