package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "dragula-with-animation@3.7.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "dragula-with-animation@3.7.4",
  9. "_id": "dragula-with-animation@3.7.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Kdvld/s4ASLRgP5w8lzK64P+8XUX9ccNGn0rmXDCG9AuvyzUxvVo+HxLQoRMyRPCQWAZ3xzA7b3ghcFIz+QsIA==",
  12. "_location": "/dragula-with-animation",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "dragula-with-animation@3.7.4",
  18. "name": "dragula-with-animation",
  19. "escapedName": "dragula-with-animation",
  20. "rawSpec": "3.7.4",
  21. "saveSpec": null,
  22. "fetchSpec": "3.7.4"
  23. },
  24. "_requiredBy": [
  25. "/table-dragger"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/dragula-with-animation/-/dragula-with-animation-3.7.4.tgz",
  28. "_spec": "3.7.4",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Nicolas Bevacqua",
  32. "email": "nicolasbevacqua@gmail.com",
  33. "url": "http://bevacqua.io/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/bevacqua/dragula/issues"
  37. },
  38. "dependencies": {
  39. "contra": "1.9.4",
  40. "crossvent": "1.5.4"
  41. },
  42. "description": "Drag and drop so simple it hurts",
  43. "devDependencies": {
  44. "bower": "1.5.2",
  45. "browserify": "11.0.0",
  46. "clean-css": "3.3.6",
  47. "electron-prebuilt": "0.30.1",
  48. "hihat": "1.2.1",
  49. "jshint": "2.8.0",
  50. "jshint-stylish": "2.0.1",
  51. "nib": "1.1.0",
  52. "phantomjs": "2.1.3",
  53. "stylus": "0.52.0",
  54. "tap-dev-tool": "1.3.0",
  55. "tape": "4.0.1",
  56. "tape-run": "^2.1.3",
  57. "uglify-js": "2.4.24",
  58. "watchify": "3.3.0"
  59. },
  60. "homepage": "https://github.com/bevacqua/dragula",
  61. "license": "MIT",
  62. "main": "dragula.js",
  63. "name": "dragula-with-animation",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/bevacqua/dragula.git"
  67. },
  68. "scripts": {
  69. "build": "npm run scripts && npm run styles",
  70. "deploy": "npm run build && npm run deployment && npm run sync",
  71. "deploy-angular": "cd ../angularjs-dragula ; git pull ; npm i -S dragula@* ; git commit package.json -m 'bumped dragula version'; npm run deploy",
  72. "deploy-plugins": "npm run deploy-react ; npm run deploy-angular ; cd ../dragula",
  73. "deploy-react": "cd ../react-dragula ; git pull ; npm i -S dragula@* ; git commit package.json -m 'bumped dragula version'; npm run deploy",
  74. "deployment": "git add dist && npm version ${BUMP:-\"patch\"} --no-git-tag-version && git add package.json && git commit -am \"Autogenerated pre-deployment commit\" && bower version ${BUMP:-\"patch\"} && git reset HEAD~2 && git add . && git commit -am \"Release $(cat package.json | jq -r .version)\" && git push --tags && npm publish && git push",
  75. "lint": "jshint . --reporter node_modules/jshint-stylish/index.js",
  76. "scripts": "jshint . && browserify -s dragula -do dist/dragula.js dragula.js && uglifyjs -m -c -o dist/dragula.min.js dist/dragula.js",
  77. "start": "watchify -dvo example/example.min.js example/example.js & watchify -dvs dragula -o dist/dragula.js dragula.js & stylus -w dragula.styl --import node_modules/nib -o dist",
  78. "styles": "stylus dragula.styl --import node_modules/nib -o dist && cleancss dist/dragula.css -o dist/dragula.min.css",
  79. "sync": "git checkout gh-pages ; git merge master ; git push ; git checkout master",
  80. "test": "npm run lint && browserify test/*.js | tape-run",
  81. "test-watch": "hihat test/*.js -p tap-dev-tool"
  82. },
  83. "version": "3.7.4"
  84. }