aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2016-11-10 00:52:24 -0600
committerBen Beltran <ben@nsovocal.com>2016-11-10 00:52:24 -0600
commita1c6d8138d774cf9b9e6eee7950e2e4ae18376aa (patch)
treea2c8846e54ae73281af05327915eef728e9ac68c /package.json
parente8f6a707779aa341582b87c2a5ed345c7dd9069d (diff)
parentaab4b2e7f48c73ec0a0ba2f609748c24b7e84fdc (diff)
Merge branch 'release/1.0.0'
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..36e8f3d
--- /dev/null
+++ b/package.json
@@ -0,0 +1,28 @@
+{
+ "name": "heart",
+ "version": "1.0.0",
+ "description": "The heart",
+ "main": "index.js",
+ "scripts": {
+ "lint": "eslint .",
+ "document": "jsdoc ./js -c config/jsdoc.json",
+ "test": "echo \"No tests yet, just linting.\""
+ },
+ "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"
+ }
+}