From 5bddc39e43714326fa304c6fd3162a94e62ce7d5 Mon Sep 17 00:00:00 2001 From: Philip Rogers Date: Sat, 6 Feb 2016 12:06:21 -0800 Subject: [PATCH] Add npm's package.json --- package.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..96d71cb --- /dev/null +++ b/package.json @@ -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" + ] +} \ No newline at end of file