]> git.r.bdr.sh - rbdr/tomato-sauce/commitdiff
Adds package.json info
authorBen Beltran <redacted>
Mon, 9 May 2016 05:30:39 +0000 (00:30 -0500)
committerBen Beltran <redacted>
Mon, 9 May 2016 05:30:39 +0000 (00:30 -0500)
package.json [new file with mode: 0644]

diff --git a/package.json b/package.json
new file mode 100644 (file)
index 0000000..908aa05
--- /dev/null
@@ -0,0 +1,29 @@
+{
+  "name": "tomato-sauce",
+  "version": "1.0.0",
+  "description": "\"Telnet based drawing functions and renderers\"",
+  "main": "lib/tomato_sauce.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "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": "^0.6.0"
+  }
+}