酒店预订平台
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

19 行
240 B

  1. {
  2. "name": "jquery.cookie",
  3. "version": "1.4.1",
  4. "main": [
  5. "./jquery.cookie.js"
  6. ],
  7. "dependencies": {
  8. "jquery": ">=1.2"
  9. },
  10. "ignore": [
  11. "test",
  12. ".*",
  13. "*.json",
  14. "*.md",
  15. "*.txt",
  16. "Gruntfile.js"
  17. ]
  18. }