{
    "name": "oncrpc",
    "description": "Library for creating ONC RPC Node.js servers and clients",
    "version": "0.1.1",
    "keywords": [
        "xdr",
        "rpc"
    ],
    "author": {
        "name": "Joyent, Inc.",
        "url": "http://joyent.com/"
    },
    "license": "MPL-2.0",
    "repository": {
        "type": "git",
        "url": "https://github.com/joyent/node-oncrpc.git"
    },
    "bugs": {
        "url": "https://github.com/joyent/node-oncrpc/issues"
    },
    "main": "lib/index.js",
    "dependencies": {
        "assert-plus": "0.1.4",
        "clone": "0.1.10",
        "dtrace-provider": "0.2.8",
        "once": "1.2.0",
        "verror": "1.3.6"
    },
    "devDependencies": {
        "bunyan": "0.21.4",
        "chunky": "0.0.0",
        "tap": "0.4.4"
    },
    "scripts": {
        "test": "tap test/*.test.js"
    },
    "engines": {
        "node": ">=0.10.18 <0.12"
    }
}
