summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 22 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"
+ }
+}