{
    "name": "parsjs",
    "version": "0.1.3",
    "description": "CSV and TSV to [EVERYTHING] parser",
    "main": "index.js",
    "scripts": {
        "test": "echo \"No tests at this time\""
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/sacdallago/parsjs.git"
    },
    "keywords": [
        "CSV",
        "comma separated values",
        "tab separated values",
        "python dictionary",
        "separated",
        "value",
        "cli",
        "comma",
        "tab",
        "json",
        "xml",
        "parser",
        "sql",
        "data",
        "converter"
    ],
    "author": "Christian Dallago",
    "license": "GPLv3",
    "bin": {
        "parsjs": "./cli.js"
    },
    "bugs": {
        "url": "https://github.com/sacdallago/parsjs/issues"
    },
    "dependencies": {
        "commander": "~2.9.0"
    },
    "devDependencies": {
    }
}
