From 288a1331267056128da02d1da5d47d6d0fb58d0d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 24 Nov 2015 08:53:35 +0100 Subject: Update package.json (license, repo, author...) --- package.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 86c832eb1..3c4934d29 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,18 @@ "description": "Prototype of a decentralized video streaming platform using P2P (bittorent) directly in the web browser with webtorrent.", "version": "0.0.1", "private": true, + "licence": "GPLv3", "engines": { - "node": "0.12.x", - "npm": "1.3.x" + "node": ">=0.12.x" + }, + "author": { + "name": "Florian Bigard", + "email": "florian.bigard@gmail.com", + "url": "http://github.com/Chocobozzz" + }, + "repository": { + "type": "git", + "url": "git://github.com/Chocobozzz/PeerTube.git" }, "scripts": { "start": "grunt dev", -- cgit v1.2.3