forked from OpenPDU/openpdu
first mockup in go
This commit is contained in:
45
static/bower_components/raphael/.bower.json
vendored
Normal file
45
static/bower_components/raphael/.bower.json
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user