package.json 825 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "difflib",
  3. "version": "0.2.4",
  4. "description": "text diff library ported from Python's difflib module",
  5. "homepage": "https://github.com/qiao/difflib.js",
  6. "keywords": [
  7. "diff"
  8. ],
  9. "author": "Xueqiao Xu <xueqiaoxu@gmail.com>",
  10. "main": "./index.js",
  11. "dependencies": {
  12. "heap": ">= 0.2.0"
  13. },
  14. "devDependencies": {
  15. "coffee-script": ">= 1.3.0",
  16. "mocha": ">= 1.0.1",
  17. "should": ">= 0.6.0",
  18. "browserify": ">= 1.10.4",
  19. "uglify-js": ">= 1.2.5"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "git://github.com/qiao/difflib.js.git"
  24. },
  25. "licenses": [
  26. {
  27. "type": "PSF",
  28. "url": "http://docs.python.org/license.html"
  29. }
  30. ],
  31. "__npminstall_done": true,
  32. "_from": "difflib@0.2.4",
  33. "_resolved": "https://registry.npmmirror.com/difflib/-/difflib-0.2.4.tgz"
  34. }