forked from flint-bot/flint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 866 Bytes
/
package.json
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": "node-flint",
"version": "4.8.1",
"description": "Bot SDK for Node JS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flint-bot/flint.git"
},
"keywords": [
"bot",
"sdk",
"spark"
],
"bugs": {
"url": "https://github.com/flint-bot/flint/issues"
},
"homepage": "https://github.com/flint-bot/flint#readme",
"author": "Nicholas Marus <[email protected]>",
"license": "MIT",
"dependencies": {
"debug": "2.6.8",
"lodash": "4.17.4",
"mime-types": "2.1.15",
"moment": "2.19.x",
"node-sparky": "3.1.x",
"redis": "2.8.x",
"uuid": "3.1.0",
"webex": "^1.61.1",
"when": "3.7.8"
},
"devDependencies": {
"doctoc": "^1.3.0",
"jsdoc-to-markdown": "^3.0.0"
}
}