45 lines
867 B
JSON
45 lines
867 B
JSON
{
|
|
"name": "raphael",
|
|
"main": "raphael.js",
|
|
"description": "JavaScript Vector Library",
|
|
"dependencies": {
|
|
"eve-raphael": "0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"requirejs": "2.3.2"
|
|
},
|
|
"moduleType": [
|
|
"amd",
|
|
"globals"
|
|
],
|
|
"keywords": [
|
|
"svg",
|
|
"vml",
|
|
"javascript"
|
|
],
|
|
"authors": [
|
|
"Dmitry Baranovskiy"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"*.html",
|
|
"*.json",
|
|
"*.markdown",
|
|
"*.md",
|
|
"copy.js",
|
|
"Gruntfile.js",
|
|
"reference.js"
|
|
],
|
|
"homepage": "https://github.com/DmitryBaranovskiy/raphael",
|
|
"version": "2.3.0",
|
|
"_release": "2.3.0",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v2.3.0",
|
|
"commit": "d8fbe4be81d362837f95e33886b80fb41de443b4"
|
|
},
|
|
"_source": "https://github.com/DmitryBaranovskiy/raphael.git",
|
|
"_target": ">= 2.0",
|
|
"_originalSource": "raphael"
|
|
} |