Commit f34c7f7f authored by bijh's avatar bijh

添加不同的jquery版本

parent 4a97d640
node_modules
dist
bower_components
.happypack
uploads
npm-debug.log
yarn-error.log
yarn.lock
package-lock.json
.vscode
{ {
"name": "spectrum-colorpicker", "name": "spectrum-colorpicker",
"description": "Spectrum: the no hassle jQuery colorpicker", "description": "Spectrum: the no hassle jQuery colorpicker",
"version": "1.8.0", "version": "1.8.0",
"main": "spectrum.js", "main": "spectrum.js",
"license": "MIT", "license": "MIT",
"keywords": ["jquery-plugin", "ecosystem:jquery", "color", "colorpicker", "ui"], "keywords": [
"homepage": "http://bgrins.github.com/spectrum", "jquery-plugin",
"repository": { "ecosystem:jquery",
"type": "git", "color",
"url": "https://bgrins.github.com/spectrum" "colorpicker",
}, "ui"
"author": { ],
"name" : "Brian Grinstead", "homepage": "http://bgrins.github.com/spectrum",
"email" : "briangrinstead@gmail.com", "repository": {
"url" : "http://briangrinstead.com/" "type": "git",
}, "url": "https://bgrins.github.com/spectrum"
"devDependencies": { },
"grunt": "~0.4.0", "author": {
"grunt-contrib-jshint": "~0.4.3", "name": "Brian Grinstead",
"grunt-contrib-qunit": "~0.2.0", "email": "briangrinstead@gmail.com",
"grunt-contrib-uglify": "~0.2.0" "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"
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment