Initial commit
parents
Showing
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "gerrit-watcher", | ||
"version": "1.0.0", | ||
"description": "Watches for gerrit patchsets and starts docker containers", | ||
"author": "Johan Klokkhammer Helsing <johan.helsing@qt.io", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"eslint-config-standard": "^11.0.0", | ||
"eslint-plugin-import": "^2.9.0", | ||
"eslint-plugin-node": "^6.0.1", | ||
"eslint-plugin-promise": "^3.7.0", | ||
"eslint-plugin-standard": "^3.0.1" | ||
}, | ||
"dependencies": { | ||
"gerrit-event-emitter": "^0.1.5" | ||
} | ||
} |
server.js
0 → 100644
Please register or sign in to comment