-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 816 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 816 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
{
"name": "gallactickeys",
"version": "0.2.3",
"description": "A module for creating and importing Galactic keys",
"main": "index.js",
"scripts": {
"browser": "webpack",
"test": "webpack && mocha test"
},
"author": "Josef Wijaya <josefwijaya@outlook.com>, Ahmad Pouladzadeh <pouladzade@gmail.com>",
"license": "MIT",
"keywords": [
"gallactic",
"gallactic keys",
"gallactic keystore"
],
"devDependencies": {
"chai": "4.1.2",
"mocha": "5.2.0",
"webpack": "4.12.0",
"webpack-cli": "3.0.8"
},
"dependencies": {
"bip39": "2.5.0",
"bs58": "4.0.1",
"js-sha3": "0.8.0",
"ripemd160": "2.0.2",
"scryptsy": "2.0.0",
"tweetnacl": "1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gallactic/gallactickeys"
}
}