forked from coral/blessed-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 915 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
{
"name": "@xtcry/blessed-contrib",
"version": "4.8.11",
"description": "",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:xTCry/blessed-contrib.git"
},
"author": "Yaron Naveh ([email protected])",
"license": "MIT",
"devDependencies": {
"@types/blessed": "^0.1.6",
"colors": "^1.1.2"
},
"dependencies": {
"ansi-term": ">=0.0.2",
"chalk": "^1.1.0",
"drawille-canvas-blessed-contrib": ">=0.1.3",
"lodash": ">=3.0.0",
"map-canvas": ">=0.1.5",
"marked": "^0.4.0",
"marked-terminal": "^1.5.0",
"memory-streams": "^0.1.0",
"memorystream": "^0.3.1",
"picture-tube": "^1.0.0",
"request": "^2.68.0",
"sparkline": "^0.1.1",
"strip-ansi": "^3.0.0",
"term-canvas": "0.0.5",
"x256": ">=0.0.1"
}
}