]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - package.json
Server: fix update remote video infohash
[github/Chocobozzz/PeerTube.git] / package.json
index 1111c7a6df3b113e9447772c12803947ec3bb5fa..554ad16df3389eb078f374a3dc28edecbf922500 100644 (file)
@@ -5,7 +5,7 @@
   "private": true,
   "licence": "GPLv3",
   "engines": {
-    "node": ">=4.2.0"
+    "node": ">=4.x"
   },
   "author": {
     "name": "Florian Bigard",
@@ -30,6 +30,9 @@
     "play": "scripty",
     "dev": "scripty",
     "start": "node server",
+    "check": "scripty",
+    "upgrade": "scripty",
+    "update-host": "scripty",
     "test": "scripty",
     "help": "scripty",
     "postinstall": "cd client && npm install"
     "lodash": "^4.11.1",
     "magnet-uri": "^5.1.4",
     "mkdirp": "^0.5.1",
-    "mongoose": "^4.0.5",
     "morgan": "^1.5.3",
     "multer": "^1.1.0",
     "openssl-wrapper": "^0.3.4",
     "parse-torrent": "^5.8.0",
     "password-generator": "^2.0.2",
+    "pg": "^6.1.0",
+    "pg-hstore": "^2.3.2",
     "request": "^2.57.0",
     "request-replay": "^1.0.2",
     "rimraf": "^2.5.4",
+    "safe-buffer": "^5.0.1",
     "scripty": "^1.5.0",
-    "ursa": "^0.9.1",
+    "sequelize": "^3.27.0",
     "winston": "^2.1.1",
     "ws": "^1.1.1"
   },
@@ -90,5 +95,8 @@
       "describe",
       "include"
     ]
+  },
+  "scripty": {
+    "silent": true
   }
 }