forked from openethereum/wordlist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 654 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 654 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
{
"name": "@parity/wordlist",
"version": "1.1.0",
"description": "Parity Brain Wallets wordlist library",
"main": "index.js",
"scripts": {
"test": "mocha index.spec.js",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paritytech/wordlist.git"
},
"author": "Parity Technologies <admin@parity.io>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/paritytech/wordlist/issues"
},
"homepage": "https://github.com/paritytech/wordlist#readme",
"devDependencies": {
"chai": "^3.5.0",
"expect": "^1.20.2",
"mocha": "^3.2.0",
"standard": "^9.0.2"
}
}