neotoma 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 +8 -0
  2. package/package.json +10 -0
package/README.md ADDED
@@ -0,0 +1,8 @@
1
+ # neotoma
2
+
3
+ This package reserves the unscoped npm name **neotoma** for the Neotoma project.
4
+
5
+ - **Org/scope:** Use `@neotoma/*` for published packages (e.g. `@neotoma/cli`, `@neotoma/sdk`).
6
+ - **Project:** https://github.com/markmhendrickson/neotoma
7
+
8
+ Do not depend on this package; it is a placeholder only.
package/package.json ADDED
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "neotoma",
3
+ "version": "0.0.1",
4
+ "description": "Reserved namespace for Neotoma (Truth Layer). See https://github.com/markmhendrickson/neotoma or @neotoma/* scoped packages.",
5
+ "license": "UNLICENSED",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/markmhendrickson/neotoma.git"
9
+ }
10
+ }