UNPKG

718 BJSONView Raw
1{
2 "name": "ada-cli",
3 "description": "medical cli and text bot",
4 "version": "2.2.11",
5 "author": "David Thomas Grübl",
6 "bin": {
7 "ada": "bin/cli.js"
8 },
9 "dependencies": {
10 "async": "^1.5.2",
11 "body-parser": "^1.15.0",
12 "chalk": "^1.1.3",
13 "express": "^4.13.4",
14 "inquirer": "^0.12.0",
15 "lodash": "^4.3.0",
16 "redis": "^2.4.2",
17 "redis-js": "^0.1.2",
18 "request": "^2.69.0",
19 "request-debug": "^0.2.0",
20 "rimraf": "^2.5.2",
21 "twilio": "^2.9.0",
22 "update-notifier": "^0.6.0"
23 },
24 "devDependencies": {
25 "snazzy": "^3.0.0"
26 },
27 "engines": {
28 "node": ">= 4"
29 },
30 "main": "bin/cli.js",
31 "scripts": {
32 "start": "node bin/cli.js",
33 "test": "snazzy"
34 }
35}