添加不同的jquery版本
Showing
.gitignore
0 → 100644
| { | ||
| "name": "spectrum-colorpicker", | ||
| "description": "Spectrum: the no hassle jQuery colorpicker", | ||
| "version": "1.8.0", | ||
| "main": "spectrum.js", | ||
| "license": "MIT", | ||
| "keywords": ["jquery-plugin", "ecosystem:jquery", "color", "colorpicker", "ui"], | ||
| "homepage": "http://bgrins.github.com/spectrum", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://bgrins.github.com/spectrum" | ||
| }, | ||
| "author": { | ||
| "name" : "Brian Grinstead", | ||
| "email" : "briangrinstead@gmail.com", | ||
| "url" : "http://briangrinstead.com/" | ||
| }, | ||
| "devDependencies": { | ||
| "grunt": "~0.4.0", | ||
| "grunt-contrib-jshint": "~0.4.3", | ||
| "grunt-contrib-qunit": "~0.2.0", | ||
| "grunt-contrib-uglify": "~0.2.0" | ||
| } | ||
| "name": "spectrum-colorpicker", | ||
| "description": "Spectrum: the no hassle jQuery colorpicker", | ||
| "version": "1.8.0", | ||
| "main": "spectrum.js", | ||
| "license": "MIT", | ||
| "keywords": [ | ||
| "jquery-plugin", | ||
| "ecosystem:jquery", | ||
| "color", | ||
| "colorpicker", | ||
| "ui" | ||
| ], | ||
| "homepage": "http://bgrins.github.com/spectrum", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://bgrins.github.com/spectrum" | ||
| }, | ||
| "author": { | ||
| "name": "Brian Grinstead", | ||
| "email": "briangrinstead@gmail.com", | ||
| "url": "http://briangrinstead.com/" | ||
| }, | ||
| "devDependencies": { | ||
| "grunt": "~0.4.0", | ||
| "grunt-contrib-jshint": "~0.4.3", | ||
| "grunt-contrib-qunit": "~0.2.0", | ||
| "grunt-contrib-uglify": "~0.2.0" | ||
| }, | ||
| "dependencies": { | ||
| "jquery": "^3.3.1" | ||
| } | ||
| } |
Please register or sign in to comment