package.json 677 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "cxselect",
  3. "version": "1.4.0",
  4. "description": "cxSelect 是基于 jQuery 的多级联动菜单插件,适用于省市、商品分类等联动菜单。",
  5. "keywords": [
  6. "jquery plugin",
  7. "select"
  8. ],
  9. "main": "./js/jquery.cxselect.js",
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "dependencies": {
  14. "jquery": ">=1.7"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "git+https://github.com/ciaoca/cxSelect.git"
  19. },
  20. "author": "Ciaoca <ciaoca@gmail.com>",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/ciaoca/cxSelect/issues"
  24. },
  25. "homepage": "http://code.ciaoca.com/jquery/cxSelect/"
  26. }