diff options
| author | Erik Larkö <erik@mullvad.net> | 2017-03-27 17:28:50 +0800 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2017-04-07 13:40:46 +0800 |
| commit | 7599c0b1009d1c188307f0c170a05fae80ababa7 (patch) | |
| tree | 3fd5541e58f3a3eb6ae71452b27fae0aa505d446 /package.json | |
| parent | fbd72425977346cf9eb32ba394436f061f22d698 (diff) | |
| download | mullvadvpn-7599c0b1009d1c188307f0c170a05fae80ababa7.tar.xz mullvadvpn-7599c0b1009d1c188307f0c170a05fae80ababa7.zip | |
Rust backend
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 6006be6bdf..9d6129c755 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "dependencies": { "babel-runtime": "^6.22.0", "cheap-ruler": "^2.4.1", + "jsonrpc-lite": "^1.2.3", "moment": "^2.17.1", "react": "^15.4.2", "react-custom-scrollbars": "^4.0.2", @@ -24,7 +25,8 @@ "redux": "^3.0.0", "redux-actions": "^2.0.1", "redux-localstorage": "^0.4.1", - "redux-thunk": "^2.2.0" + "redux-thunk": "^2.2.0", + "uuid": "^3.0.1" }, "optionalDependencies": { "nseventmonitor": "git+https://github.com/pronebird/NSEventMonitor.git" |
