ut_metadata/package.json

57 lines
1.1 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)",
2015-08-06 14:49:55 +01:00
"version": "2.7.4",
2014-03-22 06:42:00 +00:00
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"bugs": {
"url": "https://github.com/feross/ut_metadata/issues"
},
"dependencies": {
2015-02-28 22:05:42 +00:00
"bencode": "^0.7.0",
"bitfield": "^1.0.1",
2015-01-05 05:54:47 +00:00
"inherits": "^2.0.1",
"simple-sha1": "^2.0.0"
2014-03-22 06:42:00 +00:00
},
"devDependencies": {
2014-03-23 03:34:50 +00:00
"bittorrent-protocol": "^1.0.0",
2014-08-17 11:06:31 +01:00
"brfs": "^1.2.0",
2015-02-28 22:06:27 +00:00
"parse-torrent": "^4.0.0",
2015-05-05 01:26:59 +01:00
"tape": "^4.0.0"
2014-03-22 06:42:00 +00:00
},
"keywords": [
"torrent",
"bittorrent",
"ut_metadata",
"bep_0009",
"bep 9",
"bep",
"9",
"Extension for Peers to Send Metadata Files",
"metadata",
"p2p"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/ut_metadata.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
2014-06-04 07:50:34 +01:00
"ie/10..latest",
2014-03-22 06:42:00 +00:00
"chrome/25..latest",
"firefox/20..latest",
"safari/6..latest",
"opera/15.0..latest"
]
}
}