-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 808 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 808 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": "leeyeon-wallet-core",
"version": "0.1.3",
"description": "leeyeon wallet core module",
"main": "dist/wallet.min.js",
"scripts": {
"test": "standard && node src/wallet.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/etherstudy/leeyeon-wallet-core.git"
},
"keywords": [
"ethereum",
"wallet",
"javascript",
"web3js"
],
"author": "jet lim",
"license": "MIT",
"dependencies": {
"web3": "latest",
"msgpack-lite": "latest",
"aes-js": "latest"
},
"bugs": {
"url": "https://github.com/etherstudy/leeyeon-wallet-core/issues"
},
"homepage": "https://github.com/etherstudy/leeyeon-wallet-core#readme",
"devDependencies": {
"webpack": "latest",
"webpack-cli": "latest",
"standard": "latest"
}
}