diff options
| author | Rubén Beltran del Río <ben@nsovocal.com> | 2018-06-26 22:00:10 +0000 |
|---|---|---|
| committer | Rubén Beltran del Río <ben@nsovocal.com> | 2018-06-26 22:00:10 +0000 |
| commit | c80b2f4575cfc3d74ec8e0b112943cbd081ffcd7 (patch) | |
| tree | 4d2c7a991fcc6510431af72225f7cea2c450f86a /package.json | |
| parent | be12c97f83026087e0974fc54508b09c3154c9eb (diff) | |
| parent | fd38d4096e65ba5afba8ed1ddc75ed1814ca8c16 (diff) | |
Merge branch 'feature/rbdr-update-docs' into 'master'
Update Documentation
See merge request rbdr/tomato-sauce!1
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/package.json b/package.json index 908aa05..0a955d0 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,13 @@ { "name": "tomato-sauce", "version": "1.0.0", - "description": "\"Telnet based drawing functions and renderers\"", + "description": "Telnet based drawing functions and renderers", "main": "lib/tomato_sauce.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "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", @@ -25,5 +28,12 @@ "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" } } |