Skip to content

Commit

Permalink
Add npm's package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
progers committed Feb 6, 2016
1 parent 54de3eb commit 5bddc39
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "pathseg",
"version": "1.0.1",
"description": "A polyfill for SVG's SVGPathSeg and SVGPathSegList",
"main": "pathseg.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/progers/pathseg.git"
},
"author": "Philip Rogers",
"license": "Chromium's License",
"bugs": {
"url": "https://github.com/progers/pathseg/issues"
},
"homepage": "https://github.com/progers/pathseg",
"keywords": [
"SVG",
"polyfill",
"pathseg",
"SVGPathSeg",
"SVGPathSegList"
]
}

0 comments on commit 5bddc39

Please sign in to comment.