-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 863 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 863 Bytes
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
{
"name": "@owstack/message-lib",
"version": "0.0.8",
"description": "Message verification and signing.",
"main": "index.js",
"scripts": {
"lint": "gulp lint",
"test": "gulp test:node",
"coverage": "gulp coverage",
"build": "gulp"
},
"keywords": [
"bitcoin",
"bitcoin cash",
"litecoin",
"btc",
"bch",
"ltc",
"satoshi",
"message",
"signing"
],
"repository": {
"type": "git",
"url": "https://github.com/owstack/message-lib.git"
},
"dependencies": {
"@owstack/ows-common": "^0.0.17",
"@owstack/key-lib": "^0.0.41"
},
"devDependencies": {
"@owstack/ows-build": "^0.0.12",
"@owstack/bch-lib": "^0.4.6",
"@owstack/btc-lib": "^0.1.27",
"@owstack/ltc-lib": "^0.1.26",
"brfs": "^1.3.0",
"chai": "~1.10.0",
"gulp": "^3.8.10"
},
"license": "MIT"
}