package.json 678 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "duoshuo-ua",
  3. "version": "1.0.0",
  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. "repository": {
  8. "type": "git",
  9. "url": "git@git.oschina.net:gerald/duoshuo-ua.git"
  10. },
  11. "bugs": {
  12. "url": "http://git.oschina.net/gerald/duoshuo-ua/issues"
  13. },
  14. "devDependencies": {
  15. "coveralls": "^2.11.2",
  16. "gulp": "^3.8.11",
  17. "gulp-concat": "^2.5.2",
  18. "gulp-css2js": "^1.0.2",
  19. "gulp-merge": "^0.1.0",
  20. "gulp-minify-css": "^0.4.4",
  21. "gulp-rename": "^1.2.0",
  22. "gulp-uglify": "^1.1.0",
  23. "gulp-wrap": "^0.10.1"
  24. }
  25. }