diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-20 11:31:10 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-20 11:31:10 +0200 |
| commit | 83061b0fa6f1630420cb9c61a8dca92dfe6e9a3a (patch) | |
| tree | 66be465bb79fc309c4cac33ccf160c2933c7fbe7 | |
| parent | db74c4104cf0cb3dff06857527214ee3997deec2 (diff) | |
deps
| -rw-r--r-- | package.json | 22 | ||||
| -rw-r--r-- | requirements.txt | 2 |
2 files changed, 24 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..be5fe97 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "live-cortex", + "version": "1.0.0", + "description": "live cortex for neural stuff", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git@asdf.us:live-cortex.git" + }, + "keywords": [ + "private" + ], + "author": "jules laplace <julescarbon@gmail.com>", + "license": "UNLICENSED", + "dependencies": { + "dotenv": "^5.0.1", + "zerorpc": "^0.9.7" + } +} diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..10ee8a6 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +python-dotenv +zerorpc |
