This repository was archived by the owner on Sep 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.65 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.65 KB
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
{
"name": "lunes-lib",
"version": "0.0.32",
"description": "The official Lunes API Wrapper.",
"scripts": {
"test": "jest"
},
"dependencies": {
"axios": "^0.17.1",
"bip39": "^2.5.0",
"bitcoinjs-lib": "^3.3.2",
"bitcoinjs-testnets": "^1.0.10",
"bluebird": "^3.5.1",
"crypto-js": "^3.1.9-1",
"ethereumjs-units": "^0.2.0",
"ethereumjs-util": "^5.2.0",
"ethereumjs-wallet": "^0.6.0",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"moment-timezone": "^0.5.14",
"satoshi-bitcoin": "^1.0.4",
"validator": "^9.2.0",
"wallet-address-validator": "^0.1.7",
"waves-api": "^0.24.2"
},
"devDependencies": {
"chance": "^1.0.12",
"eslint": "^4.13.1",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"jest": "^22.0.4"
},
"directories": {},
"dist": {
"shasum": "d61a4b7de52f2878acd83012896147f4286acb72",
"tarball": "https://registry.npmjs.org/lunes-lib/-/lunes-lib-0.0.27.tgz",
"fileCount": 58,
"unpackedSize": 146296,
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa05c+CRA9TVsSAnZWagAA7rEP/2maFwPnAtJpFe8wyeGF\nGyQ/8hbNMfSpdFHMwbPeacV3ISD/DDHFtU26jfttLkg4gZlYIQyB/VdxQxBs\nUVBNwNQGu2u7z7q6L20jRV+4IwkYYRq7F5YjtInP0h5Tb+TSzLf8FNA7eUq3\nKy5vHaySdK/a4GNOzT8wKRDUpAJqd9GsUUwnOluFrMHJm0CiNhKzhihUjTJ/\nHI358/aLhlzMALcQHvuXdan9rVpTNOLfq5x3qJXXmCFztrrONDWw1RzN7+TO\nZa41dsahkxVGIqqG781YVA7rgzEYC+cQxjhxTVbKMoDPi10PxK9IdTgY2d94\nWQ2EBNEaXH6dH6sjO7IgAp6+GRRhF0Pc9J4NbS5lwy06z1iLa9w7SrlFDvlh\nrDOlrcXw7vxYRzOB416sz+Y5u1v4t2KBx+mhBZqUZV0xwirDObbPXbCVjYTW\nbisE4ump/3YK0N2itDkwQ4/G3yDS0BsUfq68k9u0/+L2eRYOQUXdERpOBsyN\nJYdfwxCh1iIhK299/qmO5Q9PCf+H8r2FDq2LnTDJ/jCKDdylq9/FJ+XzXqEl\n/32dFRxkFeBnTGqLTT/zMnTMKyWuwni5rSVVfSEg8jW/ftbeq9FvnI7g9ZIo\nLNVpdS0sVRKIacQjYlhX0i2lg65c/BHaib/iTMD5EFWHUo+wyW/hp8uovo4r\n+vUy\r\n=XPIU\r\n-----END PGP SIGNATURE-----\r\n"
},
"gitHead": "fd2fa0a064a2698c6f32c5e14a56cfdc5987eb8e",
"keywords": [],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "felipemr",
"email": "felipe.mr89@gmail.com"
},
{
"name": "laurindo",
"email": "dslaurindo@gmail.com"
},
{
"name": "lfernando-silva",
"email": "lfernando-silva@hotmail.com"
},
{
"name": "lunes",
"email": "lunes.plataforma@gmail.com"
},
{
"name": "marcoslkz",
"email": "marcoslkz@gmail.com"
},
{
"name": "wandyer.silva",
"email": "wandyer.s@gmail.com"
}
]
}