rcf-lite 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 +14 -0
package/README.md ADDED
@@ -0,0 +1,8 @@
1
+ # rcf-lite
2
+
3
+ This package name is reserved for RCF Lite, the Requirements Confidence Framework lite suite from Stravica.
4
+
5
+ The first real release lands here as version 0.7.1, a repackage of the current published suite. Until then, install `@stravica-ai/rcf-build-lite`.
6
+
7
+ - Source: https://github.com/Stravica/rcf-lite
8
+ - About RCF: https://stravica.ai
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "rcf-lite",
3
+ "version": "0.0.1",
4
+ "description": "Reserved for RCF Lite, the Requirements Confidence Framework lite suite from Stravica. First real release lands here as 0.7.1.",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/Stravica/rcf-lite.git"
8
+ },
9
+ "homepage": "https://stravica.ai",
10
+ "files": [
11
+ "README.md"
12
+ ],
13
+ "license": "Apache-2.0"
14
+ }