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

package.json 925B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name" : "wow",
  3. "title" : "WOW",
  4. "version" : "1.1.2",
  5. "description" : "",
  6. "keywords": [],
  7. "homepage" : "",
  8. "author" : {
  9. "name" : "Matthieu Aussaguel",
  10. "email" : "matthieu.aussaguel@gmail.com",
  11. "url" : "http://mynameismatthieu.com/"
  12. },
  13. "repository" : {
  14. "type" : "git",
  15. "url" : "git://github.com/matthieua/WOW.git"
  16. },
  17. "bugs" : {
  18. "url" : "https://github.com/matthieua/WOW/issues"
  19. },
  20. "licenses": [{
  21. "type": "MIT",
  22. "url": "http://matthieuaussaguel.mit-license.org/"
  23. }],
  24. "devDependencies" : {
  25. "grunt" : "latest",
  26. "grunt-cli" : "latest",
  27. "grunt-contrib-watch" : "latest",
  28. "grunt-contrib-coffee" : "latest",
  29. "grunt-contrib-jasmine": "latest",
  30. "grunt-contrib-uglify" : "latest",
  31. "grunt-growl" : "latest"
  32. },
  33. "scripts": {
  34. "test": "grunt travis"
  35. }
  36. }