diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-07-02 06:29:58 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-07-02 06:29:58 +0200 |
| commit | be26f182ccdff4f96c52d419deebee4aff055e18 (patch) | |
| tree | 227399a1a20de01e00d1a524be0c3875a2defcca /package.json | |
| parent | 22735b5dcb3503b5575d77bb066159f623e60f9e (diff) | |
worker in own process
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json index b1f88c0..760c234 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,10 @@ }, "author": "jules laplace <julescarbon@gmail.com>", "license": "UNLICENSED", + "repository": { + "type": "git", + "url": "git@gihub.com:julescarbon/cortex.git" + }, "dependencies": { "body-parser": "^1.17.2", "bookshelf": "^0.10.3", @@ -20,6 +24,8 @@ "knex": "^0.13.0", "multer": "^1.3.0", "mysql2": "^1.3.5", + "node-ffprobe": "^1.2.2", + "node-ipc": "^9.0.1", "preact": "^8.1.0", "preact-compat": "^3.16.0", "react-router-dom": "^4.1.1", |
