crosswyre 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 +6 -0
  2. package/package.json +11 -0
package/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # crosswyre
2
+
3
+ Visual node-graph editor with a persistent actor-model execution engine.
4
+
5
+ This is a name placeholder. The project lives at **[crosswyre.io](https://crosswyre.io)**.
6
+ Scoped packages are published under the `@crosswyre/*` namespace.
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "crosswyre",
3
+ "version": "0.0.1",
4
+ "description": "Visual node-graph editor with a persistent actor-model execution engine. Placeholder — see crosswyre.io.",
5
+ "license": "UNLICENSED",
6
+ "homepage": "https://crosswyre.io",
7
+ "keywords": ["workflow", "node-graph", "flow", "automation", "engine"],
8
+ "publishConfig": {
9
+ "access": "public"
10
+ }
11
+ }