Nessuna descrizione
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "social-share.js",
  3. "description": "create social share buttons on your site.",
  4. "version": "1.1.0",
  5. "main": "dist/js/social-share.min.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "dev": "./node_modules/gulp/bin/gulp.js watch",
  9. "build": "./node_modules/gulp/bin/gulp.js"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/overtrue/share.js.git"
  14. },
  15. "keywords": [
  16. "sns",
  17. "share",
  18. "weibo",
  19. "qq",
  20. "douban",
  21. "qzone",
  22. "linkedin",
  23. "facebook",
  24. "google"
  25. ],
  26. "author": "overtrue",
  27. "license": "MIT",
  28. "bugs": {
  29. "url": "https://github.com/overtrue/share.js/issues"
  30. },
  31. "homepage": "https://github.com/overtrue/share.js#readme",
  32. "devDependencies": {
  33. "del": "*",
  34. "event-stream": "*",
  35. "gulp": "*",
  36. "gulp-autoprefixer": "*",
  37. "gulp-concat": "*",
  38. "gulp-cssmin": "*",
  39. "gulp-imagemin": "*",
  40. "gulp-livereload": "*",
  41. "gulp-load-plugins": "*",
  42. "gulp-notify": "*",
  43. "gulp-rename": "*",
  44. "gulp-sass": "*",
  45. "gulp-size": "*",
  46. "gulp-uglify": "*",
  47. "gulp-util": "*"
  48. }
  49. }