summaryrefslogtreecommitdiff
path: root/proxy/package.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-10-29 01:09:10 -0400
committerJules Laplace <jules@okfoc.us>2015-10-29 01:09:10 -0400
commitbd475ae6ae43cbe1d937ab7c4326ac0dda9bc81f (patch)
tree175acdc988ec517e9bf2be73b699c695a237e366 /proxy/package.json
parentfffc000bd73b740318762747c07aa39adca1313a (diff)
make proxy work for gets
Diffstat (limited to 'proxy/package.json')
-rw-r--r--proxy/package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/proxy/package.json b/proxy/package.json
index f7304d43..fd5c7ee2 100644
--- a/proxy/package.json
+++ b/proxy/package.json
@@ -7,5 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "okfocus",
- "license": "LNT"
+ "license": "LNT",
+ "dependencies": {
+ "najax": "^0.2.1"
+ }
}