summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-03-09 22:28:47 +0100
committerwout <wout@impinc.co.uk>2013-03-09 22:28:47 +0100
commit6c6c82ed59533f44f8754b69d47e3b11cd6dd129 (patch)
treeadaef53d8970acb228fe14d490c532f1baabbb13 /package.json
parent16c4a146ee97fa43e0c456fe801490351e551e96 (diff)
downloadsvg.js-6c6c82ed59533f44f8754b69d47e3b11cd6dd129.tar.gz
svg.js-6c6c82ed59533f44f8754b69d47e3b11cd6dd129.zip
Bumped to v0.9, added better style management, text support and extended animation functionality0.10
Diffstat (limited to 'package.json')
-rw-r--r--package.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..a9070d3
--- /dev/null
+++ b/package.json
@@ -0,0 +1,37 @@
+{
+ "name": "svg.js"
+, "description": "A lightweight library for manipulating and animating SVG."
+, "url": "http://svgjs.com"
+, "homepage": "http://svgjs.com"
+, "keywords": ["svg", "vector", "graphics", "animation"]
+, "author": "Wout Fierens <wout@impinc.co.uk>"
+, "main": "dist/svg.js"
+, "version": "v0.9"
+, "jam": {
+ "include": [
+ "dist/svg.js"
+ , "README.md"
+ , "MIT-LICENSE"
+ ]
+ }
+, "maintainers": [
+ {
+ "name": "Wout Fierens"
+ , "email": "wout@impinc.co.uk"
+ , "web": "http://impinc.co.uk"
+ }
+ ]
+, "licenses": [
+ {
+ "type": "MIT"
+ , "url": "http://www.opensource.org/licenses/mit-license.php"
+ }
+ ]
+, "repositories": [
+ {
+ "type": "git"
+ , "url": "https://github.com/wout/svg.js.git"
+ }
+ ]
+, "github": "https://github.com/wout/svg.js"
+} \ No newline at end of file