{
  "name": "curvecp",
  "version": "1.2.1",
  "description": "Pure javascript CurveCP library",
  "main": "src/index.js",
  "repository": "git://github.com/thomasdelaet/curvecp.git",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "test": "node ./examples/js-test.js",
    "2npm": "publish"
  },
  "keywords": [
    "curvecp"
  ],
  "author": "Thomas Delaet <thomas@delaet.org>",
  "license": "MIT",
  "dependencies": {
    "async.util.setimmediate": "0.5.2",
    "browser-process-hrtime": "0.1.2",
    "extend.js": "0.0.2",
    "inherits": "2.0.3",
    "int64-buffer": "0.1.9",
    "is-buffer": "1.1.4",
    "lodash": "4.15.0",
    "nanotimer": "0.3.14",
    "readable-stream-no-buffering": "2.0.7",
    "tweetnacl": "0.14.3",
    "tweetnacl-util": "0.13.3",
    "winston": "2.2.0",
    "winston-meta-wrapper": "1.2.0"
  },
  "devDependencies": {
    "net-udp": "0.0.5",
    "publish": "0.6.0"
  }
}
