We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007085a commit ee1dbe2Copy full SHA for ee1dbe2
package.json
@@ -0,0 +1,23 @@
1
+{
2
+ "name": "cxselect",
3
+ "version": "1.4.0",
4
+ "description": "cxSelect 是基于 jQuery 的多级联动菜单插件,适用于省市、商品分类等联动菜单。",
5
+ "keywords": ["jquery plugin","select"],
6
+ "main": "./js/jquery.cxselect.js",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "dependencies": {
11
+ "jquery": ">=1.7"
12
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "git+https://github.com/ciaoca/cxSelect.git"
16
17
+ "author": "Ciaoca <ciaoca@gmail.com>",
18
+ "license": "MIT",
19
+ "bugs": {
20
+ "url": "https://github.com/ciaoca/cxSelect/issues"
21
22
+ "homepage": "http://code.ciaoca.com/jquery/cxSelect/"
23
+}
0 commit comments