Update package.json (license, repo, author...)

This commit is contained in:
Chocobozzz 2015-11-24 08:53:35 +01:00
parent 3bcb78b3af
commit 288a133126

View file

@ -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",