forked from carlos8f/zenbrain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 KB
/
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
40
{
"name": "zenbrain",
"version": "1.0.0-alpha",
"main": "zenbrain.js",
"description": "A framework for machine-learning bots",
"author": "Carlos Rodriguez <carlos@s8f.org>",
"license": "MIT",
"dependencies": {
"ansi_up": "^1.3.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"formatmicro": "^1.0.6",
"moment": "^2.13.0",
"moment-timezone": "^0.5.4",
"motley": "^2.2.7",
"motley-mongo": "^2.0.5",
"multi-progress": "^2.0.0",
"numbro": "git+https://github.com/carlos8f/numbro.git",
"object-get": "^2.1.0",
"os-monitor": "^1.0.4",
"run-parallel": "^1.1.6",
"run-parallel-limit": "^1.0.3",
"run-series": "^1.1.4",
"sig": "^1.0.0",
"timebucket": "^0.3.4",
"twit": "^2.2.4",
"zero-fill": "^2.2.3"
},
"devDependencies": {
"bytes": "^2.4.0",
"html-entities": "^1.2.0",
"markov": "0.0.7",
"micro-request": "^666.0.5",
"minimatch": "^3.0.2",
"rightpad": "^1.0.1",
"robots-parser": "^1.0.0",
"sig": "^1.0.0",
"unfluff": "^1.1.0"
}
}