package.json 991 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "@ephox/dragster",
  3. "description": "This project handles dragging.",
  4. "version": "6.0.3",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/tinymce/tinymce.git",
  8. "directory": "modules/dragster"
  9. },
  10. "files": [
  11. "lib/main",
  12. "lib/demo",
  13. "lib/test",
  14. "src",
  15. "tsconfig.json",
  16. "README.md",
  17. "LEGAL.txt",
  18. "CHANGELOG.txt",
  19. "LICENSE.txt"
  20. ],
  21. "dependencies": {
  22. "@ephox/katamari": "^8.1.1",
  23. "@ephox/porkbun": "^6.0.3",
  24. "@ephox/sugar": "^8.1.1",
  25. "tslib": "^2.0.0"
  26. },
  27. "scripts": {
  28. "test": "bedrock-auto -b phantomjs -d src/test",
  29. "test-manual": "bedrock -d src/test",
  30. "lint": "eslint --config ../../.eslintrc.json src/**/*.ts",
  31. "prepublishOnly": "tsc -b"
  32. },
  33. "author": "Tiny Technologies, Inc",
  34. "license": "Apache-2.0",
  35. "main": "./lib/main/ts/ephox/dragster/api/Main.js",
  36. "module": "./lib/main/ts/ephox/dragster/api/Main.js",
  37. "types": "./lib/main/ts/ephox/dragster/api/Main.d.ts"
  38. }