Added json files for Bower and Component. Published on NPM and Bower. bug #51
parent
d865bf0810
commit
b8c2751557
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"name": "Snap.svg",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"homepage": "http://snapsvg.io",
|
||||||
|
"authors": [
|
||||||
|
"Dmitry Baranovskiy <dmitry@baranovskiy.com>"
|
||||||
|
],
|
||||||
|
"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"
|
||||||
|
]
|
||||||
|
}
|
|
@ -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"
|
||||||
|
]
|
||||||
|
}
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "Snap.svg",
|
"name": "snapsvg",
|
||||||
"version": "0.1.1",
|
"version": "0.1.1",
|
||||||
"description": "JavaScript Vector Library",
|
"description": "JavaScript Vector Library",
|
||||||
"main": "Gruntfile.js",
|
"main": "Gruntfile.js",
|
||||||
|
|
Loading…
Reference in New Issue