summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json39
1 files changed, 0 insertions, 39 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index c9a9b61..0000000
--- a/package.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "name": "tomato-sauce",
- "version": "1.0.0",
- "description": "Telnet based drawing functions and renderers",
- "main": "lib/tomato_sauce.js",
- "scripts": {
- "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md",
- "lint": "eslint lib bin",
- "test": "I'm really really sorry! && exit 1",
- "start": "bin/tomato_sauce.js"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/rbdr/tomato-sauce.git"
- },
- "keywords": [
- "tomato",
- "sauce",
- "telnet",
- "ansi",
- "colors"
- ],
- "author": "Rubén Beltrán del Río <ben@nsovocal.com>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/rbdr/tomato-sauce/issues"
- },
- "homepage": "https://github.com/rbdr/tomato-sauce#readme",
- "dependencies": {
- "getenv": "^1.0.0"
- },
- "devDependencies": {
- "eslint": "^8.44.0",
- "eslint-config-hapi": "^12.0.0",
- "eslint-plugin-hapi": "^4.1.0",
- "jsdoc": "^4.0.2",
- "jsdoc-to-markdown": "^8.0.0"
- }
-}