shutup/package.json

18 lines
379 B
JSON
Raw Normal View History

2019-01-15 10:57:58 +13:00
{
"name": "shutup",
"version": "1.0.0",
"description": "Passive Aggressive Sonos Silencer",
"main": "index.js",
"repository": "https://gitlab.com/jimsy/shutup",
"author": "James Harton <james@automat.nz>",
"license": "MIT",
2019-01-15 11:40:48 +13:00
"private": false,
"dependencies": {
"eases": "^1.0.8",
"sonos": "^1.8.1"
},
"scripts": {
"shutup": "node index.js"
}
2019-01-15 10:57:58 +13:00
}