commit 0a32023b211db528422904db95c23915d2561b69 Author: James Harton Date: Tue Jan 15 10:57:58 2019 +1300 FIRST POST. diff --git a/package.json b/package.json new file mode 100644 index 0000000..742edd7 --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "name": "shutup", + "version": "1.0.0", + "description": "Passive Aggressive Sonos Silencer", + "main": "index.js", + "repository": "https://gitlab.com/jimsy/shutup", + "author": "James Harton ", + "license": "MIT", + "private": false +}