1{
2  "name": "raphael",
3  "main": "raphael.js",
4  "description": "JavaScript Vector Library",
5  "dependencies": {
6    "eve-raphael": "0.5.0"
7  },
8  "devDependencies": {
9    "requirejs": "2.3.2"
10  },
11  "moduleType": [
12    "amd",
13    "globals",
14    "node"
15  ],
16  "keywords": [
17    "svg",
18    "vml",
19    "javascript"
20  ],
21  "authors": [
22    "Dmitry Baranovskiy"
23  ],
24  "license": "MIT",
25  "ignore": [
26    "**/.*",
27    "*.html",
28    "*.json",
29    "*.markdown",
30    "*.md",
31    "copy.js",
32    "Gruntfile.js",
33    "reference.js"
34  ],
35  "homepage": "https://github.com/DmitryBaranovskiy/raphael",
36  "version": "2.2.8",
37  "_release": "2.2.8",
38  "_resolution": {
39    "type": "version",
40    "tag": "v2.2.8",
41    "commit": "6f9a07d8fb8f54c891450d3e28120ce57fe8d30b"
42  },
43  "_source": "https://github.com/DmitryBaranovskiy/raphael.git",
44  "_target": "2.2.x",
45  "_originalSource": "raphael"
46}