{
    "name": "iconv-lite",
    "description": "Convert character encodings in pure javascript.",
    "version": "0.2.1",
    
    "keywords": ["iconv", "convert", "charset"],
    "author": "Alexander Shtuchkin <ashtuchkin@gmail.com>",
    "contributors": [
        "jenkinv (https://github.com/jenkinv)",
        "Adamansky Anton (https://github.com/adamansky)",
        "George Stagas (https://github.com/stagas)",
        "Mike D Pilsbury (https://github.com/pekim)"
    ],
    
    "homepage": "https://github.com/ashtuchkin/iconv-lite",
    "repository": {
        "type": "git",
        "url": "git://github.com/ashtuchkin/iconv-lite.git"
    },
    "engines": {
        "node": ">=0.4.0"
    },
    "scripts": {
      "test": "vows --spec"
    },
    "devDependencies": {
        "vows": "",
        "iconv": ""
    }
}
