酒店预订平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
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. }