123456789101112131415161718 |
- {
- "name": "frames.js",
- "version": "1.0.0",
- "description": "csv vocabulary file to xml table ready to be imported",
- "main": "frames.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "buffered-reader": "^1.0.1",
- "comma-separated-values": "^3.6.4",
- "node-opencc": "^2.0.1",
- "optimist": "^0.6.1",
- "pinyinizer": "^0.1.2"
- }
- }
|