mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Added assets + dependencies
This commit is contained in:
29
bower_components/raphael/.bower.json
vendored
Executable file
29
bower_components/raphael/.bower.json
vendored
Executable file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "raphael",
|
||||
"version": "2.1.2",
|
||||
"main": "raphael.js",
|
||||
"ignore": [
|
||||
"eve",
|
||||
"**/.*",
|
||||
"*.html",
|
||||
"*.json",
|
||||
"*.markdown",
|
||||
"*.md",
|
||||
"copy.js",
|
||||
"Gruntfile.js",
|
||||
"raphael.core.js",
|
||||
"raphael.svg.js",
|
||||
"raphael.vml.js",
|
||||
"reference.js"
|
||||
],
|
||||
"homepage": "https://github.com/DmitryBaranovskiy/raphael",
|
||||
"_release": "2.1.2",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v2.1.2",
|
||||
"commit": "3331359c102e23dc72a224ba65e4fdec6f20894c"
|
||||
},
|
||||
"_source": "git://github.com/DmitryBaranovskiy/raphael.git",
|
||||
"_target": ">= 2.0",
|
||||
"_originalSource": "raphael"
|
||||
}
|
19
bower_components/raphael/bower.json
vendored
Executable file
19
bower_components/raphael/bower.json
vendored
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "raphael",
|
||||
"version": "2.1.1",
|
||||
"main": "raphael.js",
|
||||
"ignore": [
|
||||
"eve",
|
||||
"**/.*",
|
||||
"*.html",
|
||||
"*.json",
|
||||
"*.markdown",
|
||||
"*.md",
|
||||
"copy.js",
|
||||
"Gruntfile.js",
|
||||
"raphael.core.js",
|
||||
"raphael.svg.js",
|
||||
"raphael.vml.js",
|
||||
"reference.js"
|
||||
]
|
||||
}
|
6
bower_components/raphael/dev/amdDev.js
vendored
Executable file
6
bower_components/raphael/dev/amdDev.js
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
require(['../raphael'], function(Raphael){
|
||||
var paper = Raphael(0, 0, 640, 720, "container");
|
||||
|
||||
// Work here
|
||||
|
||||
});
|
2053
bower_components/raphael/dev/require.js
vendored
Executable file
2053
bower_components/raphael/dev/require.js
vendored
Executable file
File diff suppressed because it is too large
Load Diff
21
bower_components/raphael/license.txt
vendored
Executable file
21
bower_components/raphael/license.txt
vendored
Executable file
@@ -0,0 +1,21 @@
|
||||
The MIT License
|
||||
|
||||
Copyright (c) 2008-2010 Dmitry Baranovskiy
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
11
bower_components/raphael/raphael-min.js
vendored
Executable file
11
bower_components/raphael/raphael-min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
8111
bower_components/raphael/raphael.js
vendored
Executable file
8111
bower_components/raphael/raphael.js
vendored
Executable file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user