aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--package.json13
1 files changed, 11 insertions, 2 deletions
diff --git a/package.json b/package.json
index 86c832eb1..3c4934d29 100644
--- a/package.json
+++ b/package.json
@@ -3,9 +3,18 @@
3 "description": "Prototype of a decentralized video streaming platform using P2P (bittorent) directly in the web browser with webtorrent.", 3 "description": "Prototype of a decentralized video streaming platform using P2P (bittorent) directly in the web browser with webtorrent.",
4 "version": "0.0.1", 4 "version": "0.0.1",
5 "private": true, 5 "private": true,
6 "licence": "GPLv3",
6 "engines": { 7 "engines": {
7 "node": "0.12.x", 8 "node": ">=0.12.x"
8 "npm": "1.3.x" 9 },
10 "author": {
11 "name": "Florian Bigard",
12 "email": "florian.bigard@gmail.com",
13 "url": "http://github.com/Chocobozzz"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/Chocobozzz/PeerTube.git"
9 }, 18 },
10 "scripts": { 19 "scripts": {
11 "start": "grunt dev", 20 "start": "grunt dev",