package.json 698 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "tran",
  3. "version": "0.0.1",
  4. "description": "translation tool for Computer-Science-Glossary",
  5. "main": "index.js",
  6. "bin": {
  7. "tran": "./bin/tran"
  8. },
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/JuanitoFatas/Computer-Science-Glossary.git"
  15. },
  16. "keywords": [
  17. "glossary",
  18. "dictionary",
  19. "catlog"
  20. ],
  21. "author": "CatTail",
  22. "license": "MIT",
  23. "bugs": {
  24. "url": "https://github.com/JuanitoFatas/Computer-Science-Glossary/issues"
  25. },
  26. "dependencies": {
  27. "github": "~0.1.12",
  28. "fuse.js": "0.0.0",
  29. "commander": "~2.1.0",
  30. "colors": "~0.6.2"
  31. }
  32. }