]> git.r.bdr.sh - rbdr/heart/commitdiff
Add basic package.json
authorBen Beltran <redacted>
Thu, 10 Nov 2016 04:21:36 +0000 (22:21 -0600)
committerBen Beltran <redacted>
Thu, 10 Nov 2016 04:21:36 +0000 (22:21 -0600)
package.json [new file with mode: 0644]

diff --git a/package.json b/package.json
new file mode 100644 (file)
index 0000000..c922b56
--- /dev/null
@@ -0,0 +1,28 @@
+{
+  "name": "heart",
+  "version": "0.0.0",
+  "description": "The heart",
+  "main": "index.js",
+  "scripts": {
+    "lint": "eslint .",
+    "document": "jsdoc ."
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/rbdr/heart.git"
+  },
+  "author": "Rubén Beltrán del Río <ben@nsovocal.com>",
+  "license": "MIT",
+  "bugs": {
+    "url": "https://github.com/rbdr/heart/issues"
+  },
+  "homepage": "https://github.com/rbdr/heart#readme",
+  "devDependencies": {
+    "docdash": "^0.4.0",
+    "eslint": "^3.9.1",
+    "eslint-config-hapi": "^10.0.0",
+    "eslint-plugin-hapi": "^4.0.0",
+    "jsdoc": "^3.4.3"
+  }
+}