codes
Version:
Node.js iconv bindings - Streamable, fast and lightweight
25 lines (24 loc) • 676 B
JSON
{
"author": "Edison E. Abreu <dinho.abreu@gmail.com>",
"name": "codes",
"description": "Node.js iconv bindings - Streamable, fast and lightweight",
"keywords": ["iconv", "charset", "encoding", "encode", "decode", "convert", "code", "codes", "stream", "fast", "ligthweight"],
"homepage": "https://github.com/dinhoabreu/codes",
"version": "0.2.5",
"repository": {
"type": "git",
"url": "git@github.com:dinhoabreu/codes.git"
},
"main": "index.js",
"scripts": {
"test": "vows --spec test/index.js"
},
"dependencies": {},
"devDependencies": {
"vows": ">=0.7.0"
},
"optionalDependencies": {},
"engines": {
"node": ">=0.8.0"
}
}