1{
2  "name": "Snap.svg",
3  "version": "0.4.0",
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}
26