2014-03-22 06:42:00 +00:00
|
|
|
{
|
|
|
|
"name": "ut_metadata",
|
|
|
|
"description": "Extension for Peers to Send Metadata Files (BEP 9)",
|
2018-06-10 00:19:42 +01:00
|
|
|
"version": "3.2.2",
|
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": {
|
2018-02-26 18:18:51 +00:00
|
|
|
"bencode": "^2.0.0",
|
2018-02-20 05:52:47 +00:00
|
|
|
"bitfield": "^2.0.0",
|
2017-09-29 06:21:01 +01:00
|
|
|
"debug": "^3.1.0",
|
2015-01-05 05:54:47 +00:00
|
|
|
"inherits": "^2.0.1",
|
2016-05-30 08:56:47 +01:00
|
|
|
"safe-buffer": "^5.0.1",
|
2015-01-05 05:54:47 +00:00
|
|
|
"simple-sha1": "^2.0.0"
|
2014-03-22 06:42:00 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-05-25 12:33:22 +01:00
|
|
|
"airtap": "0.0.7",
|
2015-12-03 02:12:53 +00:00
|
|
|
"bittorrent-protocol": "^2.0.0",
|
2018-06-22 12:20:28 +01:00
|
|
|
"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": {
|
2015-12-03 02:26:44 +00:00
|
|
|
"test": "standard && npm run test-node && npm run test-browser",
|
2018-04-13 07:46:02 +01:00
|
|
|
"test-browser": "airtap -- test/*.js",
|
|
|
|
"test-browser-local": "airtap --local -- test/*.js",
|
2015-12-03 02:26:44 +00:00
|
|
|
"test-node": "tape test/*.js"
|
2014-03-22 06:42:00 +00:00
|
|
|
}
|
|
|
|
}
|