package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "author": "Andrey Tarantsov <andreyvit@me.com>",
  3. "contributors": [
  4. "Gavriel Fleischer <flocsy@gmail.com>"
  5. ],
  6. "name": "json-diff",
  7. "description": "JSON diff",
  8. "version": "0.5.5",
  9. "homepage": "https://github.com/andreyvit/json-diff",
  10. "license": "MIT",
  11. "repository": {
  12. "url": "git@github.com:andreyvit/json-diff.git"
  13. },
  14. "main": "lib/index.js",
  15. "bin": "bin/json-diff.js",
  16. "scripts": {
  17. "prepare": "coffee -c lib",
  18. "test": "mocha test/*.coffee",
  19. "cov": "rm -rf lib-cov; jscoverage lib lib-cov; env JSLIB=lib-cov mocha -R dot && env JSLIB=lib-cov mocha -R html-cov >coverage.html; open coverage.html"
  20. },
  21. "dependencies": {
  22. "cli-color": "~0.1.6",
  23. "difflib": "~0.2.1",
  24. "dreamopt": "~0.6.0"
  25. },
  26. "devDependencies": {
  27. "coffee-script": "^1.12.7",
  28. "mocha": "~1.7.0"
  29. },
  30. "optionalDependencies": {},
  31. "engines": {
  32. "node": "*"
  33. },
  34. "__npminstall_done": true,
  35. "_from": "json-diff@0.5.5",
  36. "_resolved": "https://registry.npmmirror.com/json-diff/-/json-diff-0.5.5.tgz"
  37. }