aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/standardnotes/package.json
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-09-28 12:59:31 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-09-28 12:59:31 +0200
commit53d4e1d6e527b8d900967f1b0285bcb9e36bdf07 (patch)
treecfc3f6f69f01bf694584ddfc019769a9351c719c /uncompressed/standardnotes/package.json
parentAdd uncompressed recipes (diff)
downloadferdium-recipes-53d4e1d6e527b8d900967f1b0285bcb9e36bdf07.tar.gz
ferdium-recipes-53d4e1d6e527b8d900967f1b0285bcb9e36bdf07.tar.zst
ferdium-recipes-53d4e1d6e527b8d900967f1b0285bcb9e36bdf07.zip
Add packaging script
Diffstat (limited to 'uncompressed/standardnotes/package.json')
-rwxr-xr-xuncompressed/standardnotes/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/uncompressed/standardnotes/package.json b/uncompressed/standardnotes/package.json
new file mode 100755
index 0000000..1556279
--- /dev/null
+++ b/uncompressed/standardnotes/package.json
@@ -0,0 +1,13 @@
1{
2 "id": "standardnotes",
3 "name": "StandardNotes",
4 "version": "1.0.0",
5 "description": "StandardNotes",
6 "main": "index.js",
7 "author": "vantezzen <hello@vantezzen.io>",
8 "license": "MIT",
9 "repository": "https://github.com/vantezzen/franz-recipe-standardnotes",
10 "config": {
11 "serviceURL": "https://app.standardnotes.org/"
12 }
13}