bouncy/package.json

26 lines
482 B
JSON

{
"name": "bouncy",
"version": "1.0.0",
"description": "cool music effects in your terminal",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitdab.com/oat/bouncy"
},
"keywords": [
"terminal",
"cli",
"music",
"dbus",
"mpris"
],
"author": "oatmealine",
"license": "AGPL-3.0-or-later",
"dependencies": {
"dbus-next": "^0.9.2"
}
}