minify
This commit is contained in:
parent
82bcca376f
commit
8a6884abef
494 changed files with 256 additions and 120180 deletions
|
@ -1,45 +0,0 @@
|
|||
{
|
||||
"name": "vibrant",
|
||||
"main": "dist/Vibrant.js",
|
||||
"authors": [
|
||||
"Jari Zwarts <jarizw@gmail.com>"
|
||||
],
|
||||
"description": "Get color variations from an image. Basically a JS port of Android's Palette",
|
||||
"moduleType": [
|
||||
"amd"
|
||||
],
|
||||
"keywords": [
|
||||
"color",
|
||||
"detection",
|
||||
"variation",
|
||||
"image",
|
||||
"picture",
|
||||
"canvas",
|
||||
"vibrant",
|
||||
"muted",
|
||||
"colour"
|
||||
],
|
||||
"license": "MIT",
|
||||
"homepage": "http://jari.io/",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
],
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"closure-compiler": "~0.2.6"
|
||||
},
|
||||
"_release": "3a3c848035",
|
||||
"_resolution": {
|
||||
"type": "branch",
|
||||
"branch": "master",
|
||||
"commit": "3a3c8480356c68ef96ced5b188ac3f3155504b57"
|
||||
},
|
||||
"_source": "https://github.com/jariz/vibrant.js.git",
|
||||
"_target": "*",
|
||||
"_originalSource": "vibrant",
|
||||
"_direct": true
|
||||
}
|
19
dashboard-ui/bower_components/vibrant/LICENSE.md
vendored
19
dashboard-ui/bower_components/vibrant/LICENSE.md
vendored
|
@ -1,19 +0,0 @@
|
|||
Copyright (c) 2015 Jari Zwarts
|
||||
|
||||
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.
|
35
dashboard-ui/bower_components/vibrant/bower.json
vendored
35
dashboard-ui/bower_components/vibrant/bower.json
vendored
|
@ -1,35 +0,0 @@
|
|||
{
|
||||
"name": "vibrant",
|
||||
"main": "dist/Vibrant.js",
|
||||
"authors": [
|
||||
"Jari Zwarts <jarizw@gmail.com>"
|
||||
],
|
||||
"description": "Get color variations from an image. Basically a JS port of Android's Palette",
|
||||
"moduleType": [
|
||||
"amd"
|
||||
],
|
||||
"keywords": [
|
||||
"color",
|
||||
"detection",
|
||||
"variation",
|
||||
"image",
|
||||
"picture",
|
||||
"canvas",
|
||||
"vibrant",
|
||||
"muted",
|
||||
"colour"
|
||||
],
|
||||
"license": "MIT",
|
||||
"homepage": "http://jari.io/",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
],
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"closure-compiler": "~0.2.6"
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -1,44 +0,0 @@
|
|||
{
|
||||
"name": "vibrant",
|
||||
"version": "1.0.0",
|
||||
"description": "Get color variations from an image. Basically a JS port of Android's Palette",
|
||||
"main": "src/Vibrant.js",
|
||||
"directories": {
|
||||
"example": "examples"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"browserify": "^10.2.1",
|
||||
"gulp": "^3.8.11",
|
||||
"gulp-closure-compiler": "^0.2.19",
|
||||
"gulp-coffee": "^2.3.1",
|
||||
"quantize": "^1.0.2",
|
||||
"run-sequence": "^1.1.0",
|
||||
"vinyl-source-stream": "^1.1.0",
|
||||
"del": "^1.2.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jariz/vibrant.js.git"
|
||||
},
|
||||
"keywords": [
|
||||
"color",
|
||||
"detection",
|
||||
"varation",
|
||||
"image",
|
||||
"picture",
|
||||
"canvas",
|
||||
"vibrant",
|
||||
"muted",
|
||||
"colour"
|
||||
],
|
||||
"author": "Jari Zwarts",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jariz/vibrant.js/issues"
|
||||
},
|
||||
"homepage": "https://github.com/jariz/vibrant.js"
|
||||
}
|
32
dashboard-ui/bower_components/vibrant/style.css
vendored
32
dashboard-ui/bower_components/vibrant/style.css
vendored
|
@ -1,31 +1 @@
|
|||
.examples img {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.colors {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.colors > div {
|
||||
display:inline-block;
|
||||
text-align: center;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
.colors .color {
|
||||
width:40px;
|
||||
height:40px;
|
||||
margin-left:25px;
|
||||
margin-right:25px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
padding-top:20px;
|
||||
padding-bottom:20px;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.footer a {
|
||||
color: #E0F2F1;
|
||||
}
|
||||
.examples img{width:100%}.colors{margin-top:20px}.colors>div{display:inline-block;text-align:center;margin-bottom:10px}.colors .color{width:40px;height:40px;margin-left:25px;margin-right:25px;margin-bottom:5px}.footer{padding-top:20px;padding-bottom:20px;color:#fff}.footer a{color:#E0F2F1}
|
Loading…
Add table
Add a link
Reference in a new issue