{
    "name": "jschardet",
    "version": "1.4.1",
    "description": "Character encoding auto-detection in JavaScript (port of python's chardet)",
    "main": "src/init",
    "author": "António Afonso",
    "license": "LGPL-2.1+",
    "keywords": ["encoding", "charset"],
    "repository" : {
        "type": "git",
        "url": "https://github.com/aadsm/jschardet.git"
    },
    "directories": { "lib": "./lib", "test": "./test" },
    "dependencies": {},
    "engines": { "node": "*" }
}
