package.json 743 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "duoshuo-ua",
  3. "version": "1.0.6",
  4. "title": "Duoshuo UA Plugin",
  5. "description": "Plugin of duoshuo to show operating systems and browsers for duoshuo comments.",
  6. "author": "Gerald <gera2ld@163.com>",
  7. "license": "MIT",
  8. "repository": {
  9. "type": "git",
  10. "url": "git@github.com:gera2ld/duoshuo-ua.git"
  11. },
  12. "bugs": {
  13. "url": "https://github.com/gera2ld/duoshuo-ua/issues"
  14. },
  15. "devDependencies": {
  16. "gulp": "^3.9.0",
  17. "gulp-clone": "^1.0.0",
  18. "gulp-concat": "^2.6.0",
  19. "gulp-css2js": "^1.0.2",
  20. "gulp-header": "^1.7.1",
  21. "gulp-minify-css": "^1.2.1",
  22. "gulp-order": "^1.1.1",
  23. "gulp-rename": "^1.2.2",
  24. "gulp-uglify": "^1.4.2",
  25. "gulp-wrap": "^0.11.0",
  26. "merge2": "^0.3.6"
  27. }
  28. }