aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2016-11-28 00:59:52 -0600
committerBen Beltran <ben@nsovocal.com>2016-11-28 00:59:52 -0600
commit927c9aae8b0e28b39f0ee913d9bf53a3c0687e43 (patch)
tree02966567b95d97ac1e74a536217a33f75a1bc567 /package.json
parentafe2612c99e19001753a87943a1f86519527e4e1 (diff)
LGTM-1 Create Initial Design
Squashed commit of the following: commit 322c92fdfbbef070b171b700d24c6733ac2e0ef9 Author: Ben Beltran <ben@nsovocal.com> Date: Mon Nov 28 00:57:58 2016 -0600 Serve the basic design commit 702077266d36d190a454a2665b7e31c8f64746ac Author: Ben Beltran <ben@nsovocal.com> Date: Mon Nov 28 00:05:03 2016 -0600 Add linter configs commit 4c4dc29c555d44629fae39e5ed8831e304af570a Author: Ben Beltran <ben@nsovocal.com> Date: Sun Nov 27 23:49:07 2016 -0600 Add package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json30
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"
+ }
+}