aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2015-11-24 08:53:35 +0100
committerChocobozzz <florian.bigard@gmail.com>2015-11-24 08:53:35 +0100
commit288a1331267056128da02d1da5d47d6d0fb58d0d (patch)
tree2dba01681320160af0eadf86f0f57f410b120cba /package.json
parent3bcb78b3aff565996ee0e2aa96bce7f1bdd6d66a (diff)
downloadPeerTube-288a1331267056128da02d1da5d47d6d0fb58d0d.tar.gz
PeerTube-288a1331267056128da02d1da5d47d6d0fb58d0d.tar.zst
PeerTube-288a1331267056128da02d1da5d47d6d0fb58d0d.zip
Update package.json (license, repo, author...)
Diffstat (limited to 'package.json')
-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",