{
  "name": "nem2-library",
  "version": "0.10.2",
  "description": "nem2-library-js",
  "license": "APACHE-2.0",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "test": "mocha --compilers js:babel-core/register --recursive --timeout 10000",
    "test:cov": "nyc --reporter=lcov --reporter=text-lcov npm t && nyc report --reporter=text-lcov",
    "test:coveralls": "npm run test:cov | coveralls",
    "build": "babel ./src -d ./dist --source-maps --copy-files"
  },
  "contributors": [
    {
      "name": "Aleix",
      "email": "aleix@nemeurope.eu"
    },
    {
      "name": "Guillem",
      "email": "guillem@nemeurope.eu"
    }
  ],
  "bugs": "https://github.com/nemtech/nem2-library-js/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/nemtech/nem2-library-js.git"
  },
  "dependencies": {
    "bufferutil": "^3.0.5",
    "crypto-js": "^3.1.9-1",
    "flatbuffers": "^1.7.0",
    "js-sha3": "^0.6.1",
    "lodash": "^4.17.10",
    "ripemd160": "^2.0.1",
    "superagent": "^3.8.3",
    "utf-8-validate": "^4.0.2",
    "ws": "^5.2.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "6.24.1",
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "eslint": "^4.9.0",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.4.0",
    "expect.js": "~0.3.1",
    "mocha": "~2.3.4",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^11.6.0",
    "sinon": "1.17.3"
  },
  "optionalDependencies": {
    "crypto-browserify": "3.12.0"
  },
  "nyc": {
    "exclude": [
      "**/*.spec.js"
    ]
  }
}
