summarylogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMartijn Heil2020-09-22 16:01:00 +0200
committerMartijn Heil2020-09-24 15:44:05 +0200
commitad5c4008690552fa45bb908a4a46267d53eb47c8 (patch)
treec8a55ce3eaec0ae3ce0bf20901e0d0a556ad2d9c /package.json
downloadaur-ad5c4008690552fa45bb908a4a46267d53eb47c8.tar.gz
Initial commit
Make sure that build works too when src directory is already populated Improve json formatting Rename package to signalk-server Fix various problems Generate .SRCINFO Add socket & service file to git Fix permissions Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 000000000000..63d6721ad725
--- /dev/null
+++ b/package.json
@@ -0,0 +1,7 @@
+{
+ "name": "signalk-server-config",
+ "version": "0.0.1",
+ "description": "This file is here to track your plugin and webapp installs.",
+ "repository": {},
+ "license": "Apache-2.0"
+}