package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "awe-dnd@^0.3.4",
  3. "_id": "awe-dnd@0.3.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZvwlnaUn1RFwYXQUxLZKtyKH2R+z+8an1B0cTVfDA6UP7i2JxDnxXNwecR56qhwQha39XDQDpgmqz9kQghhksQ==",
  6. "_location": "/awe-dnd",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "awe-dnd@^0.3.4",
  12. "name": "awe-dnd",
  13. "escapedName": "awe-dnd",
  14. "rawSpec": "^0.3.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.4"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/awe-dnd/-/awe-dnd-0.3.4.tgz",
  22. "_shasum": "5913d12e0bd32f3e7e4f6361a870e8ea623496eb",
  23. "_spec": "awe-dnd@^0.3.4",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  25. "author": {
  26. "name": "Awe",
  27. "email": "hilongjw@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/hilongjw/vue-draging/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "makes your elements draggable in Vue",
  35. "devDependencies": {
  36. "babel-cli": "^6.24.1",
  37. "babel-polyfill": "^6.23.0",
  38. "babel-preset-es2015": "^6.24.1",
  39. "babel-preset-es2015-rollup": "^3.0.0",
  40. "chai": "^3.5.0",
  41. "karma": "^1.6.0",
  42. "karma-mocha": "^1.3.0",
  43. "karma-phantomjs-launcher": "^1.0.4",
  44. "karma-rollup-plugin": "^0.2.4",
  45. "karma-sinon-chai": "^1.3.1",
  46. "karma-spec-reporter": "^0.0.31",
  47. "mocha": "^3.3.0",
  48. "rollup": "^0.41.6",
  49. "rollup-plugin-babel": "^2.7.1",
  50. "rollup-plugin-replace": "^1.1.1",
  51. "rollup-watch": "^3.2.2",
  52. "sinon": "^2.1.0",
  53. "sinon-chai": "^2.9.0",
  54. "vue": "^2.2.6"
  55. },
  56. "homePage": "https://github.com/hilongjw/vue-dragging#readme",
  57. "homepage": "https://github.com/hilongjw/vue-draging#readme",
  58. "keywords": [
  59. "vue-dragging",
  60. "vue-drag",
  61. "vue-dnd",
  62. "vue",
  63. "draggable",
  64. "drag",
  65. "drop",
  66. "html5",
  67. "draggable",
  68. "droppable",
  69. "drag-and-drop",
  70. "dnd"
  71. ],
  72. "license": "MIT",
  73. "main": "vue-dragging.es5.js",
  74. "name": "awe-dnd",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/hilongjw/vue-draging.git"
  78. },
  79. "scripts": {
  80. "karma-run": "karma run",
  81. "karma-single": "karma start test/unit/karma.conf.js --single-run",
  82. "karma-start": "karma start test/unit/karma.conf.js",
  83. "start": "node build"
  84. },
  85. "version": "0.3.4"
  86. }