summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSean Fridman <fridman@mail.sfsu.edu>2015-04-06 14:34:06 -0400
committerSean Fridman <fridman@mail.sfsu.edu>2015-04-06 15:27:54 -0400
commite3812a56bd699fc9ded7ac66d820c4a4ac845b23 (patch)
tree50bee7ac02bcc5246e7d8e21462abf3881325b5d /package.json
parent3f0f7108013767100a6a9cb15babe822b94f24f6 (diff)
Injecting Express stuff into OKServer as runtime dependency ya diggy
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index e03b21f..bb8a39b 100644
--- a/package.json
+++ b/package.json
@@ -7,5 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "OKFocus",
- "license": "None"
+ "license": "None",
+ "dependencies": {
+ "express": "^4.12.3"
+ }
}