From bbe654627bb4f65d3a2d806a5530295f256915c4 Mon Sep 17 00:00:00 2001 From: Benjamin Allen Date: Mon, 16 Jun 2014 13:01:13 -0700 Subject: [PATCH] skeleton package.json for npm --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..8bce842 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "libutp", + "version": "0.0.1", + "description": "The uTorrent Transport Protocol library.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/bittorrent/libutp" + }, + "author": "BitTorrent, Inc.", + "contributors": [], + "license": "Copyright (c) 2010-2013 BitTorrent, Inc.", + "bugs": { + "url": "https://github.com/bittorrent/libutp/issues" + }, + "homepage": "https://github.com/bittorrent/libutp" +}