javascript-opentimestamps
Version:
JS Porting of OpenTimestamps
67 lines (66 loc) • 2.03 kB
JSON
{
"name": "javascript-opentimestamps",
"version": "0.4.5",
"description": "JS Porting of OpenTimestamps",
"main": "open-timestamps.js",
"dependencies": {
"bitcore-lib": "^0.13.7",
"bitcore-message": "^1.0.4",
"bytebuffer": "^5.0.1",
"commander": "^2.15.0",
"fs": "0.0.1-security",
"keccak": "^1.4.0",
"minimatch": "^3.0.4",
"moment-timezone": "^0.5.14",
"promise": "^7.3.1",
"properties": "^1.2.1",
"randomstring": "^1.1.5",
"request": "^2.85.0",
"request-promise": "^4.2.2",
"web3": "^0.18.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "13.0.0",
"faucet": "0.0.1",
"gulp": "^3.0.0",
"gulp-append-prepend": "^1.0.4",
"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.5.5",
"pump": "^1.0.3",
"run-sequence": "^1.2.2",
"standard": "^11.0.1",
"tap": "^12.6.1",
"tap-parser": "~3.0.4",
"tape": "^4.9.0",
"tape-run": "3.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"
}