package.json 701 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "file-sync-cmp",
  3. "version": "0.1.1",
  4. "description": "Synchronous file comparison",
  5. "main": "index.js",
  6. "homepage": "https://github.com/mgeisler/file-sync-cmp/",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/mgeisler/file-sync-cmp.git"
  10. },
  11. "keywords": [
  12. "comparison"
  13. ],
  14. "author": {
  15. "name": "Martin Geisler",
  16. "email": "martin@geisler.net",
  17. "url": "http://geisler.net/"
  18. },
  19. "license": "MIT",
  20. "bugs": {
  21. "url": "https://github.com/mgeisler/file-sync-cmp/issues"
  22. },
  23. "devDependencies": {
  24. "eslint": "0.10.1",
  25. "mocha": "2.0.1",
  26. "q": "1.1.2",
  27. "tmp": "0.0.24"
  28. },
  29. "scripts": {
  30. "test": "eslint . && mocha"
  31. }
  32. }