-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
85 lines (85 loc) · 1.78 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "moac-tx",
"version": "0.1.0",
"description": "An simple module for creating, manipulating and signing MOAC transactions",
"main": "index.js",
"scripts": {
"test": "npm run test"
},
"author": "zpli <zhengpeng.li@moac.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MOACChain/moac-tx/issues"
},
"contributors": [
{
"name": "mjbecze",
"email": "mb@ethdev.com"
},
{
"email": "-c-g-",
"url": "https://github.com/cgewecke"
},
{
"name": "Kirill Fomichev",
"email": "fanatid@ya.ru",
"url": "https://github.com/fanatid"
},
{
"name": "Rick Behl",
"url": "https://github.com/Nexus7"
},
{
"name": "Tim Coulter",
"email": "tim@timothyjcoulter.com",
"url": "https://github.com/tcoulter"
},
{
"name": "kumavis",
"email": "aaron@kumavis.me",
"url": "https://github.com/kumavis"
},
{
"name": "Jack Peterson",
"email": "jack@tinybike.net",
"url": "https://github.com/tinybike"
},
{
"name": "Nick Dodson",
"url": "https://github.com/SilentCicero"
},
{
"url": "https://github.com/ckeenan"
},
{
"name": "Alex Beregszaszi",
"email": "alex@rtfs.hu",
"url": "https://github.com/axic"
},
{
"url": "https://github.com/wanderer"
},
{
"url": "https://github.com/kvhnuke"
}
],
"dependencies": {
"assert": "*",
"bn.js": "^4.9.0",
"buffer": "^4.9.0",
"create-hash": "^1.0.0",
"ethjs-util": "^0.1.6",
"keccak": "^1.4.0",
"safe-buffer": "*",
"secp256k1": "*"
},
"devDependencies": {
"chain3": "^0.1.9",
"chai": "*",
"mocha": ">=2.3.3"
},
"keywords": [
"moac",
"transactions"
]
}