From b8c2751557cc18a24c7940013f886d086f2383c6 Mon Sep 17 00:00:00 2001 From: Dmitry Baranovskiy Date: Fri, 25 Oct 2013 15:42:35 -0700 Subject: [PATCH] Added json files for Bower and Component. Published on NPM and Bower. bug #51 --- bower.json | 25 +++++++++++++++++++++++++ component.json | 13 +++++++++++++ package.json | 2 +- 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 bower.json create mode 100644 component.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..f96f8c6 --- /dev/null +++ b/bower.json @@ -0,0 +1,25 @@ +{ + "name": "Snap.svg", + "version": "0.1.0", + "homepage": "http://snapsvg.io", + "authors": [ + "Dmitry Baranovskiy " + ], + "description": "The JavaScript library for modern SVG graphics", + "main": "dist/snap.svg-min.js", + "keywords": [ + "svg", + "snap", + "js", + "javascript" + ], + "license": "Apache 2", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "demos", + "src" + ] +} diff --git a/component.json b/component.json new file mode 100644 index 0000000..070847c --- /dev/null +++ b/component.json @@ -0,0 +1,13 @@ +{ + "name": "Snap.svg", + "repo": "adobe-webplatform/Snap.svg", + "description": "The JavaScript library for modern SVG graphics.", + "version": "0.1.0", + "keywords": ["svg", "snap", "js", "javascript"], + "dependencies": {}, + "development": {}, + "main": "dist/snap.svg-min.js", + "scripts": [ + "dist/snap.svg-min.js" + ] +} diff --git a/package.json b/package.json index 3a6282c..b2ce4e3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "Snap.svg", + "name": "snapsvg", "version": "0.1.1", "description": "JavaScript Vector Library", "main": "Gruntfile.js",