package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "cordova-plugin-clipboard-x",
  3. "_id": "cordova-plugin-clipboard-x@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-WJTQibfVfEJ7xK7tYZZ5mlXu7F4=",
  6. "_location": "/cordova-plugin-clipboard-x",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "cordova-plugin-clipboard-x",
  12. "name": "cordova-plugin-clipboard-x",
  13. "escapedName": "cordova-plugin-clipboard-x",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/cordova-plugin-clipboard-x/download/cordova-plugin-clipboard-x-1.0.1.tgz",
  23. "_shasum": "5894d089b7d57c427bc4aeed6196799a55eeec5e",
  24. "_spec": "cordova-plugin-clipboard-x",
  25. "_where": "/Users/xiongzhu/Projects/Cordova/LeiToneXue",
  26. "author": {
  27. "name": "Apache Software Foundation"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/niconaso/cordova-plugin-clipboard-x/issues"
  31. },
  32. "bundleDependencies": false,
  33. "cordova": {
  34. "id": "cordova-plugin-clipboard-x",
  35. "platforms": [
  36. "android",
  37. "ios",
  38. "wp8"
  39. ]
  40. },
  41. "deprecated": false,
  42. "description": "Cordova Clipboard Plugin",
  43. "devDependencies": {
  44. "jshint": "^2.6.0"
  45. },
  46. "engines": {
  47. "cordovaDependencies": {
  48. "3.0.0": {
  49. "cordova": ">100"
  50. }
  51. }
  52. },
  53. "homepage": "https://github.com/niconaso/cordova-plugin-clipboard-x#readme",
  54. "keywords": [
  55. "cordova",
  56. "clipboard",
  57. "ecosystem:cordova",
  58. "cordova-android",
  59. "cordova-ios",
  60. "cordova-wp8",
  61. "copy",
  62. "paste"
  63. ],
  64. "license": "Apache-2.0",
  65. "name": "cordova-plugin-clipboard-x",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/niconaso/cordova-plugin-clipboard-x.git"
  69. },
  70. "scripts": {
  71. "jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests",
  72. "test": "npm run jshint"
  73. },
  74. "version": "1.0.1"
  75. }