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

24 行
327 B

3 年前
  1. {
  2. "name": "hotbox",
  3. "version": "1.0.15",
  4. "main": [
  5. "hotbox.js",
  6. "hotbox.css"
  7. ],
  8. "keywords": [
  9. "hotbox",
  10. "html5",
  11. "javascript",
  12. "ui"
  13. ],
  14. "ignore": [
  15. ".gitignore",
  16. ".jscsrc",
  17. ".jshintrc",
  18. "Gruntfile.js",
  19. "package.json"
  20. ],
  21. "dependencies": {
  22. "seajs": "~2.3.0"
  23. }
  24. }