-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
38 lines (38 loc) · 872 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
{
"name": "blockchain-link",
"description": "Link - The Blockchain File Sharing Protocol",
"author": "Travis Savo <evilgenius@nefariousplan.com>",
"version": "0.1.3",
"devDependencies": {
"coffee-script": "~1.7.1",
"readline": "~0.0.3"
},
"scripts": {
"prepublish": "coffee -o lib/ -c src/"
},
"main": "lib/index.js",
"dependencies": {
"jsbn": "~0.0.0",
"bitcoin": "~2.3.2",
"buffertools": "~2.1.3",
"levelup": "~1.2.1",
"leveldown": "~1.3.0",
"level-sublevel": "~6.4.6",
"level-search": "~1.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/TSavo/Link.git"
},
"bugs": {
"url": "https://github.com/TSavo/Link/issues"
},
"homepage": "https://github.com/TSavo/Link",
"keywords": [
"link",
"blockchain",
"bitcoin",
"feathercoin"
],
"license": "GPLv2"
}