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-07-20 19:43:33 +01:00
"version": "3.4.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": {
"bencode": "^2.0.0",
2019-07-20 19:42:42 +01:00
"bitfield": "^3.0.0",
"debug": "^4.0.0",
"simple-sha1": "^3.0.0"
2014-03-22 06:42:00 +00:00
},
"devDependencies": {
"bittorrent-protocol": "^3.0.0",
"brfs": "^2.0.0",
2016-08-26 01:58:44 +01:00
"standard": "*",
2015-12-03 02:33:10 +00:00
"tape": "^4.0.0",
2018-04-13 07:46:02 +01:00
"webtorrent-fixtures": "^1.3.0"
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
}
}