mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2024-12-13 19:06:27 +00:00
14 lines
322 B
JSON
14 lines
322 B
JSON
{
|
|
"name": "bittorrent-tracker-example-express-embed",
|
|
"version": "0.0.0",
|
|
"description": "Example for embedding bittorrent-tracker server in express.js",
|
|
"scripts": {
|
|
"server": "./server.js"
|
|
},
|
|
"author": "Astro <astro@spaceboyz.net>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.10.5"
|
|
}
|
|
}
|