{
  "name": "safeclient",
  "version": "0.1.2",
  "description": "SAFE network JS client",
  "main": "lib/src/index.js",
  "author": "Chad Retz <chad.retz@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/cretz/safeclient.js.git"
  },
  "scripts": {
    "compile": "./node_modules/.bin/tsc",
    "compile-and-watch": "./node_modules/.bin/tsc --watch",
    "integration-test": "./node_modules/.bin/mocha ./lib/integration"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^2.4.5",
    "typescript": "^1.8.7",
    "typings": "^0.7.8"
  },
  "dependencies": {
    "libsodium-wrappers": "^0.2.12",
    "superagent": "^1.8.2"
  }
}
