summaryrefslogtreecommitdiff
path: root/proxy/package.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-10-21 18:58:22 -0400
committerJules Laplace <jules@okfoc.us>2015-10-21 18:58:22 -0400
commitfffc000bd73b740318762747c07aa39adca1313a (patch)
tree641fabd47937419d023a50471514a4f47177d36b /proxy/package.json
parent2812b73724ed5fded35fa9b7fd383a6ce481e51a (diff)
stub in proxy
Diffstat (limited to 'proxy/package.json')
-rw-r--r--proxy/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/proxy/package.json b/proxy/package.json
new file mode 100644
index 00000000..f7304d43
--- /dev/null
+++ b/proxy/package.json
@@ -0,0 +1,11 @@
+{
+ "name": "stone-island-proxy",
+ "version": "1.0.0",
+ "description": "local proxy for stone island api",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "okfocus",
+ "license": "LNT"
+}