diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..54cad7c --- /dev/null +++ b/package.json @@ -0,0 +1,30 @@ +{ + "name": "lgtm", + "version": "0.0.0", + "description": "looks good to me", + "main": "index.js", + "scripts": { + "lint": "eslint .", + "start": "node index", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/rbdr/lgtm.git" + }, + "author": "Ruben Beltran del Rio <ruben@unlimited.pizza>", + "license": "MIT", + "bugs": { + "url": "https://github.com/rbdr/lgtm/issues" + }, + "homepage": "https://github.com/rbdr/lgtm#readme", + "dependencies": { + "getenv": "^0.7.0", + "koa": "^1.2.4", + "koa-static": "^2.0.0" + }, + "devDependencies": { + "eslint-config-hapi": "^10.0.0", + "eslint-plugin-hapi": "^4.0.0" + } +} |