aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorTeddy Wing2014-10-30 20:26:50 -0400
committerTeddy Wing2014-10-30 20:27:33 -0400
commit65600960507d714053d6c7ba99b8e3ced1d6761f (patch)
tree243ccfc5559d0d395905a5d3362caf82abcb7971 /package.json
downloadsipping-point-65600960507d714053d6c7ba99b8e3ced1d6761f.tar.bz2
Iniital commit. Base generated express 4.9.0 app.
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..63d613b
--- /dev/null
+++ b/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "sipping-point",
+ "version": "0.0.1",
+ "private": true,
+ "scripts": {
+ "start": "node ./bin/www"
+ },
+ "dependencies": {
+ "express": "~4.9.0",
+ "body-parser": "~1.8.1",
+ "cookie-parser": "~1.3.3",
+ "morgan": "~1.3.0",
+ "serve-favicon": "~2.1.3",
+ "debug": "~2.0.0",
+ "ejs": "~0.8.5"
+ }
+} \ No newline at end of file