{
  "name": "opentimestamps",
  "version": "0.4.9",
  "description": "JS Porting of OpenTimestamps",
  "main": "open-timestamps.js",
  "dependencies": {
    "bitcore-lib": "^8.14.4",
    "bytebuffer": "^5.0.1",
    "commander": "^2.20.3",
    "fs": "0.0.1-security",
    "minimatch": "^3.0.4",
    "moment-timezone": "^0.5.27",
    "promise": "^7.3.1",
    "properties": "^1.2.1",
    "randomstring": "^1.1.5",
    "request": "^2.85.0",
    "request-promise": "^4.2.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.3",
    "@babel/core": "^7.8.3",
    "@babel/plugin-transform-classes": "^7.8.3",
    "@babel/preset-env": "^7.8.3",
    "babelify": "^7.3.0",
    "browserify": "13.0.0",
    "faucet": "0.0.1",
    "gulp": "^4.0.2",
    "gulp-append-prepend": "^1.0.8",
    "gulp-clean": "^0.3.2",
    "gulp-concat": "^2.6.1",
    "gulp-exec": "^2.1.3",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^3.0.0",
    "jsdoc": "^3.6.3",
    "pump": "^1.0.3",
    "run-sequence": "^1.2.2",
    "standard": "^13.1.0",
    "tap": "^12.7.0",
    "tap-parser": "~3.0.4",
    "tape": "^4.11.0",
    "tape-run": "^6.0.0",
    "vinyl-source-stream": "^1.1.2"
  },
  "scripts": {
    "test": "./test/ots-cli.sh && tap test/*.js && standard ots-cli.js ./src/*.js && browserify test/*.js | tape-run",
    "test-verify": "./test/ots-cli.sh && tap 'test/debug/verify.js' test/*.js && standard ots-cli.js ./src/*.js && browserify test/*.js | tape-run",
    "jsdoc": "jsdoc -c conf.json -R README.md src/",
    "dist": "gulp"
  },
  "bin": {
    "ots-cli.js": "./ots-cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/opentimestamps/javascript-opentimestamps.git"
  },
  "author": "EternityWall",
  "license": "LGPL-3.0",
  "bugs": {
    "url": "https://github.com/opentimestamps/javascript-opentimestamps/issues"
  },
  "homepage": "https://github.com/opentimestamps/javascript-opentimestamps#readme"
}
