{
  "name": "mattercloudjs",
  "version": "1.1.2",
  "description": "MatterCloud Javascript SDK - https://www.mattercloud.net",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc && gulp build",
    "test": "mocha --reporter spec",
    "test_address": "mocha --reporter spec --grep address",
    "test_tx": "mocha --reporter spec --grep transaction",
    "test_curr": "mocha --reporter spec --grep CURRENT_TEST",
    "test_merchants": "mocha --reporter spec --grep merchants",
    "test_sse": "mocha --reporter spec --grep sse",
    "test_mapi": "mocha --reporter spec --grep mapi",
    "test_block": "mocha --reporter spec --grep block",
    "test_current": "mocha --reporter spec --grep current",
    "test_minercraft": "mocha --reporter spec --grep minercraft",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MatterCloud/mattercloudjs.git"
  },
  "author": "MatterCloud - Matter Web Services Inc.",
  "license": "Open BSV",
  "bugs": {
    "url": "https://github.com/MatterCloud/mattercloudjs/issues"
  },
  "keywords": [
    "bitcoin",
    "bsv",
    "bitcoin-sv",
    "metanet",
    "blockchain",
    "mattercloud",
    "satoshi",
    "satoshi-vision"
  ],
  "homepage": "https://github.com/MatterCloud/mattercloudjs#readme",
  "devDependencies": {
    "@babel/cli": "^7.1.2",
    "@babel/core": "^7.1.2",
    "@babel/plugin-transform-arrow-functions": "^7.0.0",
    "@babel/preset-env": "^7.1.0",
    "babelify": "^10.0.0",
    "browserify": "^16.2.3",
    "browserify-shim": "^3.8.14",
    "chai": "^4.2.0",
    "gulp": "^3.9.1",
    "gulp-batch": "^1.0.5",
    "gulp-clean-css": "^3.10.0",
    "gulp-clone": "^2.0.1",
    "gulp-concat": "^2.6.1",
    "gulp-concat-css": "^3.1.0",
    "gulp-cssimport": "^6.0.1",
    "gulp-foreach": "^0.1.0",
    "gulp-header": "^2.0.7",
    "gulp-htmlmin": "^5.0.1",
    "gulp-less": "^4.0.1",
    "gulp-livereload": "^4.0.0",
    "gulp-sass": "^4.0.1",
    "gulp-sourcemaps": "^2.6.5",
    "gulp-typescript": "^5.0.1",
    "gulp-uglify": "^3.0.2",
    "gulp-uglify-es": "^1.0.4",
    "gulp-watch": "^5.0.1",
    "minercraft": "0.0.2",
    "mocha": "^5.2.0",
    "streamqueue": "^1.1.2",
    "tsify": "^4.0.1",
    "typescript": "^3.3.3",
    "vinyl-buffer": "^1.0.1",
    "vinyl-source-stream": "^2.0.0"
  },
  "dependencies": {
    "axios": "^0.18.0",
    "eventsource": "^1.0.7"
  },
  "files": [
    "dist/*"
  ]
}
