{
    "version": "0.0.1",
    "name": "jemul8",
    "publishConfig": {
        "proprietary-attribs": false
    },
    "description": "An object-oriented JavaScript x86 Emulator",
    "keywords": [
        "emulator",
        "x86",
        "intel",
        "amd"
    ],
    "config": {
        "publishtest": false
    },
    "homepage": "http://jemul8.com/",
    "author": "Daniel Phillimore <dan@ovms.co> (http://ovms.co)",
    "repository": {
        "type": "git",
        "url": "https://github.com/asmblah/jemul8"
    },
    "bugs": {
        "email": "dan@ovms.co",
        "url": "http://github.com/asmblah/jemul8/issues"
    },
    "main": "index",
    "engines": {
        "node": ">=0.6",
        "npm": "1"
    },
    "licenses": [
        {
            "type": "MIT",
            "url": "https://github.com/asmblah/jemul8/raw/master/MIT-LICENSE.txt"
        }
    ]
}