package.json 510 B

123456789101112131415161718192021
  1. {
  2. "name": "chinwa",
  3. "version": "1.0.0",
  4. "description": "mise à jour fichier csv et -> json",
  5. "main": "chinwa.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Eric Streit",
  10. "license": "ISC",
  11. "dependencies": {
  12. "builder": "^4.0.0",
  13. "comma-separated-values": "^3.6.4",
  14. "csv2object": "^1.0.0",
  15. "json-stringify": "^1.0.0",
  16. "node-opencc": "^2.0.1",
  17. "optimist": "^0.6.1",
  18. "pinyinizer": "^0.1.2",
  19. "xmlbuilder": "^10.0.0"
  20. }
  21. }