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",