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