diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-11-09 22:21:36 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-11-09 22:21:36 -0600 |
| commit | 9e573a932f91a052c11db51adde546b886043daa (patch) | |
| tree | 6fb3b3b7e071af79678c7885b593b7fa9b30a41b /package.json | |
| parent | f3778c6b1f831c740b101d2be0e8c751ea17052a (diff) | |
Add basic package.json
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 28 |
1 files changed, 28 insertions, 0 deletions
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 <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" + } +} |