-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 913 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 913 Bytes
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": "terphite",
"version": "0.0.3",
"description": "Browse and display Graphite graphs in terminal",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "cake build"
},
"bin": {
"terphite": "./bin/terphite"
},
"repository": {
"type": "git",
"url": "https://github.com/benwtr/terphite.git"
},
"keywords": [
"graphite",
"graph",
"blessed-contrib"
],
"author": "benwtr <ben@g.megatron.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/benwtr/terphite/issues"
},
"homepage": "https://github.com/benwtr/terphite#readme",
"dependencies": {
"blessed": "https://github.com/benwtr/blessed#e7a82bdc8593c6a9ef03ec18fafdc9e061aedc83",
"blessed-contrib": "2.5.x",
"lodash": "^4.5.0",
"request": "^2.69.0"
},
"devDependencies": {
"coffee-script": "^1.10.0"
}
}