mirror of
https://github.com/tomru/hlwm-config.git
synced 2026-03-03 06:27:20 +01:00
16 lines
321 B
JSON
16 lines
321 B
JSON
{
|
|
"name": "conky-bat",
|
|
"version": "0.0.0",
|
|
"description": "battery status for conky",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"linux-battery": "^3.0.1"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Thomas Ruoff",
|
|
"license": "MIT"
|
|
}
|