]>
Commit | Line | Data |
---|---|---|
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 | "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md", | |
8 | "lint": "eslint lib bin", | |
9 | "test": "I'm really really sorry! && exit 1", | |
10 | "start": "bin/tomato_sauce.js" | |
11 | }, | |
12 | "repository": { | |
13 | "type": "git", | |
14 | "url": "git+https://github.com/rbdr/tomato-sauce.git" | |
15 | }, | |
16 | "keywords": [ | |
17 | "tomato", | |
18 | "sauce", | |
19 | "telnet", | |
20 | "ansi", | |
21 | "colors" | |
22 | ], | |
23 | "author": "Rubén Beltrán del Río <ben@nsovocal.com>", | |
24 | "license": "MIT", | |
25 | "bugs": { | |
26 | "url": "https://github.com/rbdr/tomato-sauce/issues" | |
27 | }, | |
28 | "homepage": "https://github.com/rbdr/tomato-sauce#readme", | |
29 | "dependencies": { | |
30 | "getenv": "^0.6.0" | |
31 | }, | |
32 | "devDependencies": { | |
33 | "eslint": "^4.19.1", | |
34 | "eslint-config-hapi": "^11.0.0", | |
35 | "eslint-plugin-hapi": "^4.1.0", | |
36 | "jsdoc": "^3.5.5", | |
37 | "jsdoc-to-markdown": "^4.0.1" | |
38 | } | |
39 | } |