diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-03 13:52:20 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-03 13:52:20 -0400 |
| commit | f768ab296c07ce93efe9f2507cdf4b795aa10013 (patch) | |
| tree | 0470e2f1fbf96a23e70e324bbf25d5b286750b30 /package.json | |
| parent | 21b3290d8bc6276fb95ece54494fdfb518552de6 (diff) | |
pull in app skeleton from asdf-yt
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/package.json b/package.json index 600dedc..4420bfe 100644 --- a/package.json +++ b/package.json @@ -11,5 +11,17 @@ "url": "git@ghghgh.us:bucky.git" }, "author": "", - "license": "LNT" + "license": "LNT", + "dependencies": { + "body-parser": "^1.13.3", + "bookshelf": "^0.8.2", + "cookie-parser": "^1.3.5", + "csurf": "^1.8.3", + "dotenv": "^1.2.0", + "knex": "^0.8.6", + "lodash": "^3.10.1", + "multiparty": "^4.1.2", + "mysql2": "^0.15.8", + "skipper": "^0.5.5" + } } |
