summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2016-05-09 00:30:39 -0500
committerBen Beltran <ben@nsovocal.com>2016-05-09 00:30:39 -0500
commitb05f26f5336a26fd767fe02f607846fb2caca872 (patch)
treecd596166e8cf86286273bb70e2ee7dfc4d0fd753 /package.json
parentc7b4bd19a006d61c3b4979e884370d123cec7524 (diff)
Adds package.json info
Diffstat (limited to 'package.json')
-rw-r--r--package.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..908aa05
--- /dev/null
+++ b/package.json
@@ -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"
+ }
+}