We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 35e50e7Copy full SHA for 35e50e7
README.md
@@ -0,0 +1,5 @@
1
+# Sidetree.js
2
+
3
+Placeholder for refactoring element-lib.
4
5
+https://github.com/decentralized-identity/element
package.json
@@ -0,0 +1,19 @@
+{
+ "name": "sidetree.js",
+ "version": "0.0.0",
+ "description": "",
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/OR13/sidetree.js.git"
12
13
+ "author": "",
14
+ "license": "Apache-2.0",
15
+ "bugs": {
16
+ "url": "https://github.com/OR13/sidetree.js/issues"
17
18
+ "homepage": "https://github.com/OR13/sidetree.js#readme"
19
+}
0 commit comments