aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/googlekeep/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/googlekeep/package.json')
-rw-r--r--uncompressed/googlekeep/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/uncompressed/googlekeep/package.json b/uncompressed/googlekeep/package.json
new file mode 100644
index 0000000..e3968bc
--- /dev/null
+++ b/uncompressed/googlekeep/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "googlekeep",
3 "name": "Google Keep",
4 "version": "1.0.0",
5 "description": "Google Keep",
6 "main": "index.js",
7 "author": "SiloCityLabs LLC",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://keep.google.com/"
11 }
12}