From: Ben Beltran Date: Mon, 9 May 2016 05:30:39 +0000 (-0500) Subject: Adds package.json info X-Git-Tag: 1.0.0~1^2^2~2 X-Git-Url: https://git.r.bdr.sh/rbdr/tomato-sauce/commitdiff_plain/b05f26f5336a26fd767fe02f607846fb2caca872 Adds package.json info --- 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 ", + "license": "MIT", + "bugs": { + "url": "https://github.com/rbdr/tomato-sauce/issues" + }, + "homepage": "https://github.com/rbdr/tomato-sauce#readme", + "dependencies": { + "getenv": "^0.6.0" + } +}