1{
2  "name": "Snap.svg",
3  "version": "0.4.1",
4  "homepage": "http://snapsvg.io",
5  "authors": [
6    "Dmitry Baranovskiy <dmitry@baranovskiy.com>"
7  ],
8  "description": "The JavaScript library for modern SVG graphics",
9  "main": "dist/snap.svg-min.js",
10  "keywords": [
11    "svg",
12    "snap",
13    "js",
14    "javascript"
15  ],
16  "license": "Apache 2",
17  "ignore": [
18    "**/.*",
19    "node_modules",
20    "bower_components",
21    "test",
22    "demos",
23    "src"
24  ],
25  "_release": "0.4.1",
26  "_resolution": {
27    "type": "version",
28    "tag": "v0.4.1",
29    "commit": "3919b7a3077dfdb4b31cc4b485d70aab4a163a44"
30  },
31  "_source": "https://github.com/adobe-webplatform/Snap.svg.git",
32  "_target": "0.4.x",
33  "_originalSource": "snap.svg"
34}