diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-23 18:56:24 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-23 18:56:24 -0400 |
| commit | 61ac79328fdfbc3b91c70052ec14ffada33b7779 (patch) | |
| tree | 7dd54119c8ba4080cf601583accd34f3d410907e /package.json | |
| parent | ce9271b80bd577b912b7b1bd8fb65eb83e564987 (diff) | |
css and html from original site
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..387a495 --- /dev/null +++ b/package.json @@ -0,0 +1,33 @@ +{ + "name": "luckyplop", + "version": "2.0.0", + "description": "luckyplop", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git@github.com:okfocus/luckyplop.git" + }, + "author": "okfocus", + "license": "LNT", + "bugs": { + "url": "https://github.com/okfocus/luckyplop/issues" + }, + "homepage": "https://github.com/okfocus/luckyplop", + "dependencies": { + "body-parser": "^1.14.0", + "bookshelf": "^0.8.2", + "cookie-parser": "^1.4.0", + "dotenv": "^1.2.0", + "ejs": "^2.3.4", + "express": "^4.13.3", + "express-json": "^1.0.0", + "knex": "^0.8.6", + "lodash": "^3.10.1", + "mongodb": "^2.0.43", + "mysql2": "^0.15.8", + "skipper": "^0.5.7" + } +} |
