-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 983 Bytes
/
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
{
"name": "ravencoinjs-message",
"version": "1.0.2",
"description": "ravencoinjs-message",
"keywords": [
"ravencoinjs-message",
"ravencoin"
],
"homepage": "https://github.com/raven-community/ravencoinjs-message",
"bugs": {
"url": "https://github.com/raven-community/ravencoinjs-message/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/raven-community/ravencoinjs-message.git"
},
"scripts": {
"prepare": "npm run test",
"standard": "standard",
"test": "npm run standard"
},
"dependencies": {
"bs58check": "^2.0.2",
"buffer-equals": "^1.0.3",
"create-hash": "^1.1.2",
"secp256k1": "^3.0.1",
"varuint-ravencoin": "^1.0.0"
},
"devDependencies": {
"bigi": "^1.4.1",
"ravencoinjs-lib": "github:raven-community/ravencoinjs-lib#master",
"standard": "*"
},
"engines": {
"node": ">=0.10"
}
}