package.json 580 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "Udemy-domino",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "vocab.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "comma-separated-values": "^3.6.4",
  14. "hanzi-tokenizer": "^1.22.0",
  15. "node-opencc": "^2.0.1",
  16. "optimist": "^0.6.1",
  17. "pinyin-separate": "^1.0.7",
  18. "pinyin4js": "^1.3.6",
  19. "pinyinizer": "^0.1.2",
  20. "request": "^2.88.0",
  21. "sync-request": "^6.0.0",
  22. "underscore": "^1.9.1",
  23. "xmlbuilder": "^10.0.0"
  24. }
  25. }