{
    "name": "oid",
    "version": "1.2.1",
    "keywords": [
        "object",
        "id",
        "identity",
        "hash",
        "hashcode",
        "objid",
        "oid"
    ],
    "description": "Utilities for object identity and hashing",
    "homepage": "https://github.com/Medium/oid",
    "repository": {
        "type": "git",
        "url": "https://github.com/Medium/oid.git"
    },
    "licenses": [
        {
            "type": "Apache 2.0",
            "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
        }
    ],
    "author": {
        "name": "Dan Bornstein",
        "email": "danfuzz@milk.com",
        "url": "http://www.milk.com/"
    },
    "maintainers": [
        {
            "name": "Dan Bornstein",
            "email": "danfuzz@obvious.com",
            "web": "http://www.milk.com/"
        }
    ],
    "main": "lib/oid.js",
    "engine": {
        "node": ">=0.8.0"
    },
    "dependencies": {
        "nan": "^2.12.1"
    },
    "scripts": {
        "install": "node-gyp configure build; mkdir -p bin; mv build/Release/*.node bin",
        "test": "node test/test.js"
    }
}
