package.json 467 B

12345678910111213141516171819202122
  1. {
  2. "name": "diff-match-patch",
  3. "version": "1.0.5",
  4. "description": "npm package for https://github.com/google/diff-match-patch",
  5. "keywords": [
  6. "diff",
  7. "diff-match-patch",
  8. "google-diff-match-patch"
  9. ],
  10. "dependencies": {},
  11. "devDependencies": {
  12. "testit": "^3.0.0"
  13. },
  14. "scripts": {
  15. "test": "node test"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/JackuB/diff-match-patch.git"
  20. },
  21. "license": "Apache-2.0"
  22. }