{
    "name": "ojc",
    "description": "compiler for the oj language",
    "homepage": "http://github.com/musictheory/oj",
    "main": "./lib/api.js",
    "bin": {
        "ojc": "./bin/ojc"
    },
    "version": "2.0.1",
    "engines": { "node": ">=6.0" },
    "maintainers": [{
        "name": "Ricci Adams",
        "email": "npm@ricciadams.com",
        "web": "http://www.ricciadams.com"
    }],
    "repository": {
        "type": "git",
        "url": "http://github.com/musictheory/oj.git"
    },
    "license": "MIT",
    "devDependencies": {
        "mocha": "*"
    },
    "dependencies": {
        "async":       "1.x",
        "lodash":      "3.x",
        "estraverse":  "4.x",
        "source-map":  "0.5.x",
        "node-getopt": "0.2.x",
        "mkdirp":      "0.5",
        "temp":        "0.8",
        "typescript":  "2.0.x"
    },
    "scripts": {
        "test": "mocha"
    }
}
