-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 955 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 955 Bytes
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
41
42
43
44
{
"name": "salamander",
"version": "0.0.4",
"description": "A set of modules for writing BitTorrent applications",
"keywords": [
"bittorrent",
"bittorrent client",
"bittorrent framework",
"bittorent library",
"bittorrent protocol",
"torrent",
"peer-to-peer",
"protocol",
"wire",
"peer",
"p2p"
],
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/alexahn/salamander.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"async": "^1.5.0",
"bencode": "^0.7.0",
"bn.js": "^4.1.1",
"buffer-equal": "0.0.1",
"fs-extra": "^0.26.2",
"hat": "0.0.3",
"javascript-state-machine": "^2.3.5",
"bitfield": "^1.1.2",
"underscore": "^1.8.3",
"uuid": "^2.0.1"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1"
}
}