{
  "name": "libtorrent-nodewrap",
  "version": "0.1.7",
  "description": "Nodejs wraper for Libtorrent Library",
  "main": "src/js/libtorrent.js",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bitmark-inc/libtorrent-nodewrap"
  },
  "keywords": [
    "libtorrent",
    "node-ffi",
    "node-ref",
    "node-gyp",
    "nodejs",
    "node-ws"
  ],
  "author": {
    "name": "bitmark-inc"
  },
  "license": "Public domain",
  "bugs": {
    "url": "https://github.com/bitmark-inc/libtorrent-nodewrap/issues"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "dependencies": {
    "bindings": "~1.2.0",
    "debug": "2",
    "ffi": "^2.0.0",
    "nan": "2",
    "ref": "1",
    "ref-struct": "1"
  },
  "devDependencies": {
    "mocha": "*",
    "tape": "^4.0.0"
  },
  "browser": {
    "buffer": false,
    "crypto": false
  },
  "scripts": {
    "install": "./link_library_for_MAC.sh"
  }
}
