12345678910111213141516171819202122232425 |
- {
- "name": "Udemy-domino",
- "version": "1.0.0",
- "description": "",
- "main": "vocab.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "comma-separated-values": "^3.6.4",
- "hanzi-tokenizer": "^1.22.0",
- "node-opencc": "^2.0.1",
- "optimist": "^0.6.1",
- "pinyin-separate": "^1.0.7",
- "pinyin4js": "^1.3.6",
- "pinyinizer": "^0.1.2",
- "request": "^2.88.0",
- "sync-request": "^6.0.0",
- "underscore": "^1.9.1",
- "xmlbuilder": "^10.0.0"
- }
- }
|