package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_from": "mobile-drag-drop",
  3. "_id": "mobile-drag-drop@2.3.0-rc.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4rHP0PUeWkSp0O3waNHPQZCHeZnLu8bE59MerWOnZJ249BCyICXL1WWp3xqkMKXEDFYuhfk3bS42bKB9IeN9uw==",
  6. "_location": "/mobile-drag-drop",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "mobile-drag-drop",
  12. "name": "mobile-drag-drop",
  13. "escapedName": "mobile-drag-drop",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/mobile-drag-drop/-/mobile-drag-drop-2.3.0-rc.2.tgz",
  23. "_shasum": "00d6e85e04512a620fd5357366e8786bd29aa7aa",
  24. "_spec": "mobile-drag-drop",
  25. "_where": "/home/ntnsndr/Desktop/communityrule",
  26. "author": {
  27. "name": "Tim Ruffles",
  28. "email": "me@truffles.me.uk"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/timruffles/ios-html5-drag-drop-shim/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Stefan Steinhart",
  37. "email": "stefansteinhart@artec-engineering.com"
  38. },
  39. {
  40. "name": "Kaur Kuut",
  41. "email": "strom@nevermore.ee"
  42. },
  43. {
  44. "name": "Tim Ruffles",
  45. "email": "me@truffles.me.uk"
  46. },
  47. {
  48. "name": "Joshua-Smith",
  49. "email": "noidea@example.com"
  50. },
  51. {
  52. "name": "Jason Hickner",
  53. "email": "jhickner@gmail.com"
  54. },
  55. {
  56. "name": "Matt Oakley",
  57. "email": "matt@annaandmatt.net"
  58. },
  59. {
  60. "name": "James Smith",
  61. "email": "jellyes2@gmail.com"
  62. },
  63. {
  64. "name": "James Shore",
  65. "email": "shore.james@gmail.com"
  66. },
  67. {
  68. "name": "Paul Shirren",
  69. "email": "shirro@shirro.com"
  70. },
  71. {
  72. "name": "Simon Altschuler",
  73. "email": "simon@altschuler.dk"
  74. }
  75. ],
  76. "deprecated": false,
  77. "description": "Polyfill for making HTML5 drag and drop possible in all browsers.",
  78. "devDependencies": {
  79. "grunt": "^1.0.1",
  80. "grunt-bump": "^0.8.0",
  81. "grunt-contrib-clean": "^1.0.0",
  82. "grunt-contrib-connect": "^1.0.2",
  83. "grunt-contrib-copy": "^1.0.0",
  84. "grunt-contrib-uglify": "^3.3.0",
  85. "grunt-contrib-watch": "^1.0.0",
  86. "grunt-exec": "^3.0.0",
  87. "grunt-npm": "0.0.2",
  88. "rollup": "^0.54.1",
  89. "rollup-plugin-sourcemaps": "^0.4.2",
  90. "tslint": "^5.9.1",
  91. "typescript": "^2.6.2"
  92. },
  93. "homepage": "http://timruffles.github.io/ios-html5-drag-drop-shim/demo/",
  94. "keywords": [
  95. "dragdrop",
  96. "drag-drop",
  97. "html5",
  98. "shim",
  99. "mobile",
  100. "polyfill"
  101. ],
  102. "license": "MIT",
  103. "main": "index.min.js",
  104. "name": "mobile-drag-drop",
  105. "repository": {
  106. "type": "git",
  107. "url": "git://github.com/timruffles/ios-html5-drag-drop-shim.git"
  108. },
  109. "scripts": {
  110. "build": "grunt compile",
  111. "release:build": "grunt build-release",
  112. "release:prepare:major": "grunt prepare-release:major",
  113. "release:prepare:minor": "grunt prepare-release:minor",
  114. "release:prepare:patch": "grunt prepare-release:patch",
  115. "release:prepare:prerelease": "grunt prepare-release:prerelease",
  116. "release:publish": "grunt publish-release && npm publish release",
  117. "release:serve": "grunt serve-release",
  118. "start": "grunt",
  119. "test": "echo \"Error: no test specified\" && exit 1"
  120. },
  121. "types": "index.d.ts",
  122. "version": "2.3.0-rc.2"
  123. }