diff options
| author | Chris Ball <chris@printf.net> | 2015-05-27 07:49:36 -0400 |
|---|---|---|
| committer | Chris Ball <chris@printf.net> | 2015-05-27 07:49:36 -0400 |
| commit | 2b5710fe762a56b9908672ebc887ad08660a3374 (patch) | |
| tree | 8d1901e22c58e7dc08d6a4cc41a958b0bef989aa /package.json | |
| parent | beec0b2f0375c9e5ffc98c2da64c14f854977790 (diff) | |
Add extra files
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..0fb06e9 --- /dev/null +++ b/package.json @@ -0,0 +1,50 @@ +{ + "name": "gitswarm", + "description": "Using BitTorrent to share git repositories", + "version": "0.1.0", + "author": { + "name": "Chris Ball", + "email": "chris@printf.net", + "url": "http://printf.net/" + }, + "bin": { + "git-remote-gitswarm": "./git-remote-gitswarm", + "gitswarmd": "./gitswarmd" + }, + "bugs": { + "url": "https://github.com/cjb/gitswarm/issues" + }, + "dependencies": { + "bencode": "^0.7.0", + "bittorrent-protocol": "^1.5.7", + "bittorrent-swarm": "^2.0.0", + "chalk": "^1.0.0", + "concat-map": "^0.0.1", + "create-torrent": "^3.11.1", + "glob": "^5.0.6", + "inherits": "^2.0.1", + "magnet-uri": "^4.0.0", + "ut_gitswarm": "^0.1.0", + "ut_metadata": "^2.7.3", + "webtorrent": "^0.32.0" + }, + "devDependencies": { + "bittorrent-dht": "^3.0.0", + "standard": "^3.1.1" + }, + "homepage": "http://webtorrent.io", + "keywords": [ + "torrent", + "bittorrent", + "bittorrent client", + "git", + "gitswarm", + "mad science" + ], + "license": "MIT", + "main": "git-remote-gitswarm", + "repository": { + "type": "git", + "url": "git://github.com/cjb/gitswarm.git" + } +} |
