We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c72a6e commit 57e596dCopy full SHA for 57e596d
package.json
@@ -2,20 +2,13 @@
2
"author": "Brian Gonzalez",
3
"name": "jquery.adaptive-backgrounds",
4
"description": "A simple jQuery plugin to extract the dominant color of an image and apply it to the background of its parent element.",
5
- "version": "1.0.0",
+ "version": "1.0.1",
6
"repository": {
7
"url": "http://briangonzalez.github.io/jquery.adaptive-backgrounds.js/"
8
},
9
"main": "./lib/main",
10
"dependencies": {},
11
"devDependencies": {
12
- "grunt": "~0.4.1",
13
- "grunt-contrib-uglify": "~0.2.2",
14
- "grunt-contrib-qunit": "~0.2.2",
15
- "grunt-contrib-watch": "~0.4.4",
16
- "grunt-contrib-concat": "~0.3.0",
17
- "grunt-contrib-jshint": "~0.7.1",
18
- "shelljs": "~0.2.6"
19
20
"optionalDependencies": {},
21
"engines": {
0 commit comments