{
    "name": "contextify",
    "version": "0.1.15",
    "description": "Turn an object into a persistent execution context.",
    "author": "Brian McDaniel <brianmcd05@gmail.com>",
    "contributors": [ 
        "Assaf Arkin <assaf@labnotes.org> (http://labnotes.org/)" ,
        "Benjamin Byholm (https://research.it.abo.fi/people/bbyholm)",
        "Marshall Roch <marshall@mroch.com>",
        "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)",
        "Paul Tan (https://github.com/pyokagan)",
        "Jeremy Stashewsky <jstash@gmail.com>",
        "Rex Morgan (http://www.rexflex.net/)",
        "Tom Gallacher <me@tomg.co> (http://tomg.co)",
        "Kevin Decker <kpdecker@gmail.com> (http://www.incaseofstairs.com)",
        "Sergei Ianovich (https://github.com/yanovich)",
        "Andrew Paprocki (https://github.com/apaprocki)",
        "Trygve Lie (https://github.com/trygve-lie)",
        "Ido Ben-Yair (https://github.com/idoby)",
        "Rod Vagg (https://r.va.gg/)"
    ], 
    "keywords": ["context","vm"],
    "repository": {
        "type" : "git",
        "url": "https://github.com/brianmcd/contextify.git"
    },
    "main": "./lib/contextify",
    "scripts": {
        "test": "nodeunit test/"
    },
    "engines": {
        "node": ">=0.10.11"
    },
    "licenses": [
        {
            "type" : "MIT",
            "url" : "http://github.com/brianmcd/contextify/blob/master/LICENSE.txt"
        }
    ],
    "dependencies": {
        "bindings": "^1.2.1",
        "nan": "^2.1.0"
    },
    "devDependencies": {
        "nodeunit" : ">=0.5.x"
    }
}
