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