1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-03-02 00:43:46 +01:00

Start again

This commit is contained in:
2020-10-04 17:14:00 +02:00
parent c0d3912413
commit 091f119048
4382 changed files with 1762543 additions and 9606 deletions

46
vendors/raphael/.bower.json vendored Normal file
View File

@@ -0,0 +1,46 @@
{
"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"
],
"homepage": "https://github.com/DmitryBaranovskiy/raphael",
"version": "2.2.0",
"_release": "2.2.0",
"_resolution": {
"type": "version",
"tag": "v2.2.0",
"commit": "a5cd61ad7864f3ad155db0fb937385de28bc389c"
},
"_source": "https://github.com/DmitryBaranovskiy/raphael.git",
"_target": ">= 2.0",
"_originalSource": "raphael"
}