We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 191d781Copy full SHA for 191d781
3 files changed
.gitignore
@@ -0,0 +1 @@
1
+node_modules
README.md
+# HDS JAVASCRIPT LIBRARY
package.json
@@ -0,0 +1,25 @@
+{
2
+ "name": "hds-lib",
3
+ "version": "0.0.1",
4
+ "description": "Health Data Safe - Library",
5
+ "main": "src/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/healthdatasafe/hds-lib-js.git"
12
13
+ "keywords": [
14
+ "HDS",
15
+ "Health",
16
+ "Data",
17
+ "Safe"
18
+ ],
19
+ "author": "HDS",
20
+ "license": "BSD-3-Clause",
21
+ "bugs": {
22
+ "url": "https://github.com/healthdatasafe/hds-lib-js/issues"
23
24
+ "homepage": "https://github.com/healthdatasafe/hds-lib-js#readme"
25
+}
0 commit comments