summaryrefslogtreecommitdiff
path: root/package.json
blob: 0a955d0545b57af708c17a9e2b2861d4b0403870 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "name": "tomato-sauce",
  "version": "1.0.0",
  "description": "Telnet based drawing functions and renderers",
  "main": "lib/tomato_sauce.js",
  "scripts": {
    "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md",
    "lint": "eslint lib bin",
    "test": "I'm really really sorry! && exit 1",
    "start": "bin/tomato_sauce.js"
  },
  "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"
  },
  "devDependencies": {
    "eslint": "^4.19.1",
    "eslint-config-hapi": "^11.0.0",
    "eslint-plugin-hapi": "^4.1.0",
    "jsdoc": "^3.5.5",
    "jsdoc-to-markdown": "^4.0.1"
  }
}