forked from cjdelisle/PacketCrypt
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 963 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
{
"name": "packetcrypt",
"version": "1.0.0",
"description": "Bandwidth-hard proof of work. [](https://travis-ci.org/cjdelisle/PacketCrypt)",
"main": "anngen.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "jshint --config .jshintrc --exclude-path .jshintignore .",
"flow": "./node_modules/.bin/flow"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cjdelisle/PacketCrypt.git"
},
"author": "Caleb James DeLisle",
"bugs": {
"url": "https://github.com/cjdelisle/PacketCrypt/issues"
},
"homepage": "https://github.com/cjdelisle/PacketCrypt#readme",
"dependencies": {
"bitcoind-rpc": "^0.7.2",
"blake2b": "^2.1.3",
"minimist": "^1.2.0",
"nthen": "^0.1.8",
"write-file-atomic": "^2.4.2"
},
"devDependencies": {
"flow-bin": "^0.95.1",
"jshint": "^2.10.2"
}
}