]>
Commit | Line | Data |
---|---|---|
b05f26f5 BB |
1 | { |
2 | "name": "tomato-sauce", | |
3 | "version": "1.0.0", | |
4 | "description": "\"Telnet based drawing functions and renderers\"", | |
5 | "main": "lib/tomato_sauce.js", | |
6 | "scripts": { | |
7 | "test": "echo \"Error: no test specified\" && exit 1" | |
8 | }, | |
9 | "repository": { | |
10 | "type": "git", | |
11 | "url": "git+https://github.com/rbdr/tomato-sauce.git" | |
12 | }, | |
13 | "keywords": [ | |
14 | "tomato", | |
15 | "sauce", | |
16 | "telnet", | |
17 | "ansi", | |
18 | "colors" | |
19 | ], | |
20 | "author": "Rubén Beltrán del Río <ben@nsovocal.com>", | |
21 | "license": "MIT", | |
22 | "bugs": { | |
23 | "url": "https://github.com/rbdr/tomato-sauce/issues" | |
24 | }, | |
25 | "homepage": "https://github.com/rbdr/tomato-sauce#readme", | |
26 | "dependencies": { | |
27 | "getenv": "^0.6.0" | |
28 | } | |
29 | } |