-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 752 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 752 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
{
"name": "lcdstats",
"description": "System info marquee designed for LCD displays",
"version": "0.2.5",
"author": {
"name": "Chris Barber",
"email": "chris@cb1inc.com"
},
"homepage": "https://github.com/cb1kenobi/lcdstats",
"bugs": "https://github.com/cb1kenobi/lcdstats/issues",
"repository": {
"type": "git",
"url": "git://github.com/cb1kenobi/lcdstats.git"
},
"keywords": [
"stats",
"lcd",
"crystalfontz",
"cfa634",
"nas",
"linux",
"usb"
],
"dependencies": {
"async": "^0.9.0",
"nan": "^1.7.0",
"supervisor": "^0.6.0"
},
"license": "MIT",
"gypfile": true,
"bin": {
"lcdstats": "./bin/lcdstats"
},
"main": "./lib/lcdstats.js",
"preferGlobal": true
}