ut_metadata/package.json

47 lines
1006 B
JSON
Raw Normal View History

2014-03-22 06:42:00 +00:00
{
"name": "ut_metadata",
"description": "Extension for Peers to Send Metadata Files (BEP 9)",
2019-09-07 17:24:05 +01:00
"version": "3.5.0",
2014-03-22 06:42:00 +00:00
"author": {
2017-04-14 18:42:42 +01:00
"name": "WebTorrent, LLC",
"email": "feross@webtorrent.io",
"url": "https://webtorrent.io"
2014-03-22 06:42:00 +00:00
},
"bugs": {
2017-04-14 06:44:24 +01:00
"url": "https://github.com/webtorrent/ut_metadata/issues"
2014-03-22 06:42:00 +00:00
},
"dependencies": {
2020-07-17 05:49:16 +01:00
"bencode": "^2.0.1",
2019-07-20 19:42:42 +01:00
"bitfield": "^3.0.0",
2020-07-17 05:49:16 +01:00
"debug": "^4.1.1",
"simple-sha1": "^3.0.1"
2014-03-22 06:42:00 +00:00
},
"devDependencies": {
2020-07-17 05:49:16 +01:00
"bittorrent-protocol": "^3.1.1",
"brfs": "^2.0.2",
2016-08-26 01:58:44 +01:00
"standard": "*",
2020-07-17 05:49:16 +01:00
"tape": "^5.0.1",
"webtorrent-fixtures": "^1.7.3"
2014-03-22 06:42:00 +00:00
},
"keywords": [
"Extension for Peers to Send Metadata Files",
2015-12-03 02:26:44 +00:00
"bep",
"bep 9",
"bep_0009",
"bittorrent",
2014-03-22 06:42:00 +00:00
"metadata",
2015-12-03 02:26:44 +00:00
"p2p",
"torrent",
"ut_metadata"
2014-03-22 06:42:00 +00:00
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
2017-04-14 06:44:24 +01:00
"url": "git://github.com/webtorrent/ut_metadata.git"
2014-03-22 06:42:00 +00:00
},
"scripts": {
2018-07-27 05:18:51 +01:00
"test": "standard && tape test/*.js"
2014-03-22 06:42:00 +00:00
}
}