ut_metadata/package.json

54 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)",
2017-01-16 23:23:20 +00:00
"version": "3.0.9",
2014-03-22 06:42:00 +00:00
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"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": {
2017-01-16 22:57:22 +00:00
"bencode": "^0.11.0",
"bitfield": "^1.0.1",
2016-02-10 06:09:48 +00:00
"debug": "^2.2.0",
2015-01-05 05:54:47 +00:00
"inherits": "^2.0.1",
"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": {
2015-12-03 02:12:53 +00:00
"bittorrent-protocol": "^2.0.0",
2014-08-17 11:06:31 +01:00
"brfs": "^1.2.0",
2016-08-26 01:58:44 +01:00
"standard": "*",
2015-12-03 02:33:10 +00:00
"tape": "^4.0.0",
2016-03-16 19:33:57 +00:00
"webtorrent-fixtures": "^1.3.0",
2015-12-03 02:33:10 +00:00
"zuul": "^3.8.0"
2014-03-22 06:42:00 +00:00
},
"keywords": [
"9",
"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",
"test-browser": "zuul -- test/*.js",
"test-browser-local": "zuul --local -- test/*.js",
"test-node": "tape test/*.js"
2014-03-22 06:42:00 +00:00
}
}