]> git.r.bdr.sh - rbdr/lgtm/commitdiff
Add package.json
authorBen Beltran <redacted>
Mon, 28 Nov 2016 05:49:07 +0000 (23:49 -0600)
committerBen Beltran <redacted>
Mon, 28 Nov 2016 05:49:07 +0000 (23:49 -0600)
package.json [new file with mode: 0644]

diff --git a/package.json b/package.json
new file mode 100644 (file)
index 0000000..4c7b594
--- /dev/null
@@ -0,0 +1,19 @@
+{
+  "name": "lgtm",
+  "version": "0.0.0",
+  "description": "looks good to me",
+  "main": "index.js",
+  "scripts": {
+    "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"
+}