{
  "name": "oxy-nano-js",
  "version": "0.5.7",
  "description": "JavaScript library for sending OXY transactions from the client or server",
  "main": "index.js",
  "scripts": {
    "test": "nyc mocha",
    "jenkins": "grunt jenkins --verbose"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Oxycoin/oxy-nano-js.git"
  },
  "author": "Lisk Foundation <admin@lisk.io>",
  "license": "GPL-3.0",
  "dependencies": {
    "browserify-bignum": "=1.3.0-2",
    "buffer": "=5.0.6",
    "bytebuffer": "=5.0.1",
    "crypto-browserify": "=3.11.0",
    "ed2curve": "=0.2.1",
    "js-nacl": "github:LiskHQ/js-nacl#6dc1417",
    "popsicle": "=9.1.0"
  },
  "devDependencies": {
    "chai": "=4.0.0",
    "chai-http": "=3.0.0",
    "coveralls": "=2.13.1",
    "grunt": "=1.0.1",
    "grunt-browserify": "=5.0.0",
    "grunt-contrib-nodeunit": "=1.0.0",
    "grunt-contrib-uglify": "=3.0.1",
    "grunt-contrib-watch": "=1.0.0",
    "grunt-coveralls": "=1.0.1",
    "grunt-eslint": "=19.0.0",
    "grunt-exec": "=2.0.0",
    "grunt-force": "=1.0.0",
    "istanbul": "=0.4.5",
    "load-grunt-tasks": "=3.5.2",
    "mocha": "=3.4.2",
    "mocha-lcov-reporter": "=1.3.0",
    "nyc": "=10.3.2",
    "should": "=11.2.1",
    "sinon": "=2.2.0"
  },
  "bugs": {
    "url": "https://github.com/Oxycoin/oxy-nano-js/issues"
  },
  "homepage": "https://github.com/Oxycoin/oxy-nano-js#readme",
  "directories": {
    "doc": "docs",
    "lib": "lib",
    "test": "test"
  },
  "keywords": [
    "oxy",
    "nano",
    "js"
  ]
}
