forked from handshake-org/hs-airdrop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 929 Bytes
/
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
36
37
38
39
{
"name": "hs-airdrop",
"version": "0.10.0",
"description": "Handshake airdrop redemption",
"keywords": [
"handshake",
"hns"
],
"license": "MIT",
"repository": "git://github.com/nulven/hs-airdrop.git",
"homepage": "https://github.com/nulven/hs-airdrop",
"bugs": {
"url": "https://github.com/nulven/hs-airdrop/issues"
},
"author": "Christopher Jeffrey <[email protected]>",
"main": "./lib/airdrop.js",
"bin": {
"hs-airdrop": "./bin/hs-airdrop"
},
"scripts": {
"lint": "eslint bin/hs-airdrop lib/ scripts/* || exit 0",
"test": "bmocha --reporter spec test/*-test.js",
"test-file": "bmocha --reporter spec"
},
"dependencies": {
"bcrypto": "~5.4.0",
"bfile": "~0.2.2",
"brq": "~0.1.8",
"bsert": "~0.0.10",
"bufio": "~1.0.7",
"goosig": "~0.10.0"
},
"devDependencies": {
"bmocha": "^2.1.5"
},
"engines": {
"node": ">=8.0.0"
}
}