From: Ben Beltran Date: Thu, 10 Nov 2016 04:21:36 +0000 (-0600) Subject: Add basic package.json X-Git-Url: https://git.r.bdr.sh/rbdr/heart/commitdiff_plain/9e573a932f91a052c11db51adde546b886043daa?hp=f3778c6b1f831c740b101d2be0e8c751ea17052a Add basic package.json --- diff --git a/package.json b/package.json new file mode 100644 index 0000000..c922b56 --- /dev/null +++ b/package.json @@ -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 ", + "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" + } +}