mirror of https://github.com/ColorlibHQ/gentelella
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
557 B
32 lines
557 B
{
|
|
"name": "raphael",
|
|
"main": "raphael.min.js",
|
|
"description": "JavaScript Vector Library",
|
|
"dependencies": {
|
|
"eve": "https://github.com/adobe-webplatform/eve.git#eef80ed"
|
|
},
|
|
"devDependencies": {
|
|
"requirejs": "~2.1.17"
|
|
},
|
|
"moduleType": [
|
|
"amd",
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": ["svg", "vml", "javascript"],
|
|
"authors": [
|
|
"Dmitry Baranovskiy"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"*.html",
|
|
"*.json",
|
|
"*.markdown",
|
|
"*.md",
|
|
"copy.js",
|
|
"Gruntfile.js",
|
|
"reference.js"
|
|
]
|
|
}
|