-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathpackage.json
63 lines (63 loc) · 1.88 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"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"
}