package.json 583 B

123456789101112131415161718192021222324
  1. {
  2. "name": "duoshuo-ua",
  3. "version": "1.0.7",
  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. "scripts": {
  9. "build": "gulp"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git@github.com:gera2ld/duoshuo-ua.git"
  14. },
  15. "bugs": {
  16. "url": "https://github.com/gera2ld/duoshuo-ua/issues"
  17. },
  18. "devDependencies": {
  19. "gulp": "^3.9.0",
  20. "gulp-concat": "^2.6.0",
  21. "gulp-header": "^1.7.1",
  22. "gulp-wrap": "^0.11.0"
  23. }
  24. }