forked from chriscohoat/rai-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.01 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
{
"name": "rai-wallet",
"version": "0.3.4",
"description": "Creates ciphered RaiBlocks wallets for client-side and offline use",
"keywords": [
"RaiBlocks",
"RaiWebWallet"
],
"homepage": "https://github.com/chriscohoat/rai-wallet",
"repository": {
"type": "git",
"url": "https://github.com/chriscohoat/rai-wallet.git"
},
"main": "dist/index.js",
"scripts": {
"build": "babel src --presets babel-preset-es2015 --out-dir dist",
"prepare": "yarn build"
},
"author": "Chris Cohoat <[email protected]> (https://cohoat.com)",
"license": "BSD-2-Clause",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"assert": "^1.4.1",
"big-integer": "^1.6.26",
"blakejs": "^1.1.0",
"buffer": "^5.0.8",
"nano-base32": "1.0.0",
"pbkdf2": "^3.0.14",
"tweetnacl": "git+https://[email protected]/jaimehgb/tweetnacl-js.git#ef9ea5fd95c3ca98128877c58e40ef1a711421ef"
}
}