package.json 468 B

12345678910111213141516171819
  1. {
  2. "name": "drills.js",
  3. "version": "1.0.0",
  4. "description": "csv vocabulary file to xml table ready to be imported",
  5. "main": "drills.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "buffered-reader": "^1.0.1",
  13. "comma-separated-values": "^3.6.4",
  14. "line-reader": "^0.4.0",
  15. "node-opencc": "^2.0.1",
  16. "optimist": "^0.6.1",
  17. "pinyinizer": "^0.1.2"
  18. }
  19. }