Ingen beskrivning
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 836B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "nativeshare",
  3. "version": "2.1.5",
  4. "description": "NativeShare是一个整合了各大移动端浏览器调用原生分享的插件",
  5. "main": "NativeShare.js",
  6. "scripts": {
  7. "lib": "webpack --env=lib"
  8. },
  9. "keywords": [
  10. "share",
  11. "NativeShare",
  12. "browser"
  13. ],
  14. "author": "fa-ge",
  15. "license": "ISC",
  16. "devDependencies": {
  17. "babel-core": "^6.21.0",
  18. "babel-loader": "^6.2.10",
  19. "babel-plugin-transform-decorators": "^6.24.1",
  20. "babel-preset-es2015": "^6.18.0",
  21. "babel-preset-stage-0": "^6.16.0",
  22. "webpack": "^3.0.0"
  23. },
  24. "repository": {
  25. "type": "git",
  26. "url": "git+https://github.com/fa-ge/NativeShare.git"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/fa-ge/NativeShare/issues"
  30. },
  31. "homepage": "https://github.com/fa-ge/NativeShare#readme",
  32. "dependencies": {}
  33. }