ut_metadata/package.json

61 lines
1.2 KiB
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)",
2020-07-17 05:49:30 +01:00
"version": "3.5.1",
2014-03-22 06:42:00 +00:00
"author": {
2020-07-17 05:49:31 +01:00
"name": "WebTorrent LLC",
2017-04-14 18:42:42 +01:00
"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",
2020-11-03 19:36:31 +00:00
"bitfield": "^4.0.0",
2020-11-03 19:31:23 +00:00
"debug": "^4.2.0",
2020-07-17 05:49:16 +01:00
"simple-sha1": "^3.0.1"
2014-03-22 06:42:00 +00:00
},
"devDependencies": {
2020-11-03 19:31:23 +00:00
"bittorrent-protocol": "^3.1.2",
2020-07-17 05:49:16 +01:00
"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"
2020-07-17 05:49:31 +01:00
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
2014-03-22 06:42:00 +00:00
}