package.json 664 B

1234567891011121314151617181920212223
  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. }