1{
2    "name": "snapsvg",
3    "version": "0.4.1",
4    "description": "JavaScript Vector Library",
5    "main": "./dist/snap.svg.js",
6    "repository": {
7        "type": "git",
8        "url": "git@github.com:adobe-webplatform/Snap.svg.git"
9    },
10    "author": "Dmitry Baranovskiy",
11    "license": "Apache License v2",
12    "dependencies": {
13        "eve": "~0.4.2"
14    },
15    "devDependencies": {
16        "grunt": "~0.4.1",
17        "grunt-contrib-uglify": "~0.2.0",
18        "grunt-contrib-concat": "~0.3.0",
19        "grunt-exec": "~0.4.2",
20        "mocha": "*",
21        "expect.js": "*",
22        "dr.js": "~0.1.0"
23    }
24}
25