package.json 407 B

12345678910111213141516171819
  1. {
  2. "name": "shtooka1",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "shtooka1.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "comma-separated-values": "^3.6.4",
  13. "node-opencc": "^2.0.1",
  14. "optimist": "^0.6.1",
  15. "pinyin": "^2.8.3",
  16. "pinyinizer": "^0.1.2",
  17. "xmlbuilder": "^10.1.1"
  18. }
  19. }