aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-02-18 12:03:28 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2024-02-18 12:03:28 +0100
commit4af818be912a1bb8da74cbeb7f81e43f48026e52 (patch)
treeae68c721846e06c7bca67be54bf612070ab8e00f /package.json
parent0bfb401c1ad74d22ede11c1dbdaf4df6edaee73f (diff)
Remove unnecessary filesHEADmain
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index a924888..0000000
--- a/package.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "heart",
- "version": "1.1.2",
- "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"
- }
-}