forked from handshake-org/hs-airdrop
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 973 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
40
{
"name": "hs-airdrop",
"version": "0.1.0",
"description": "Handshake airdrop redemption",
"keywords": [
"handshake",
"hns"
],
"license": "MIT",
"repository": "git://github.com/handshake-org/hs-airdrop.git",
"homepage": "https://github.com/handshake-org/hs-airdrop",
"bugs": {
"url": "https://github.com/handshake-org/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": "~3.1.0",
"bfile": "~0.2.1",
"brq": "~0.1.7",
"bsert": "~0.0.10",
"bstring": "~0.3.8",
"bufio": "~1.0.6",
"goosig": "~0.1.0"
},
"devDependencies": {
"bmocha": "^2.1.0"
},
"engines": {
"node": ">=8.0.0"
}
}