Update package.json (license, repo, author...)
authorChocobozzz <florian.bigard@gmail.com>
Tue, 24 Nov 2015 07:53:35 +0000 (08:53 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Tue, 24 Nov 2015 07:53:35 +0000 (08:53 +0100)
package.json

index 86c832eb16c9668999bea089a533db821033238f..3c4934d29f0334ad596281094f58d994095314fe 100644 (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",