todo/public/vendor/raphael/bower.json
Supan Adit Pratama 35d8715ab4 first commit
2020-06-23 11:40:37 +07:00

31 lines
500 B
JSON
Executable File

{
"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"
]
}