signalk-sailboat-simulator 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +17 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # Signal K Sailboat Simulator
2
+
3
+ Temporary placeholder package used to initialize npm publishing.
4
+
5
+ Install `signalk-sailboat-simulator@0.1.0` or newer for the actual Signal K plugin.
package/package.json ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "signalk-sailboat-simulator",
3
+ "version": "0.0.1",
4
+ "description": "Temporary placeholder package used to enable npm trusted publishing.",
5
+ "license": "Apache-2.0",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/macjl/signalk-sailboat-simulator.git"
9
+ },
10
+ "homepage": "https://github.com/macjl/signalk-sailboat-simulator#readme",
11
+ "bugs": {
12
+ "url": "https://github.com/macjl/signalk-sailboat-simulator/issues"
13
+ },
14
+ "files": [
15
+ "README.md"
16
+ ]
17
+ }