Skip to content

Commit ee1dbe2

Browse files
committed
支持 npm
1 parent 007085a commit ee1dbe2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

+23
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)