diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-07-27 22:01:22 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-07-27 22:01:22 +0200 |
| commit | f4771f98d5986819948ed6828a8900e5df989c7f (patch) | |
| tree | 262877374e4c96d95aa5b061189505bcacb76c07 /package.json | |
| download | reaper-f4771f98d5986819948ed6828a8900e5df989c7f.tar.gz reaper-f4771f98d5986819948ed6828a8900e5df989c7f.zip | |
first version using parent&child relationships
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..b0767f4 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "reaper", + "version": "1.0.0", + "description": "", + "main": "app.js", + "dependencies": { + "bluebird": "^3.5.0", + "elasticsearch": "^13.2.0", + "mysql2": "^1.3.6", + "sequelize": "^4.4.2", + "winston": "^2.3.1", + "winston-loggly-bulk": "^2.0.0" + }, + "devDependencies": {}, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "schneefux", + "license": "UNLICENSED" +} |
