-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 862 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
{
"name": "tanglestash",
"version": "3.1.0",
"description": "IOTA meets BitTorrent: An algorithm to persist any file onto the tangle of IOTA",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=8.0.0 <9.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loehnertz/Tanglestash.git"
},
"author": "Jakob Löhnertz",
"license": "MIT",
"bugs": {
"url": "https://github.com/loehnertz/Tanglestash/issues"
},
"homepage": "https://github.com/loehnertz/Tanglestash#readme",
"keywords": [
"iota",
"tangle",
"storage",
"filesharing",
"dag",
"blockchain"
],
"dependencies": {
"crypto-js": "^3.1.9-1",
"ffi": "^2.2.0",
"iota.lib.js": "^0.4.6",
"marky": "^1.2.0",
"randomstring": "^1.1.5"
}
}