Skip to content

Commit 191d781

Browse files
committed
Initial Commit
0 parents  commit 191d781

3 files changed

Lines changed: 27 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# HDS JAVASCRIPT LIBRARY

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
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

Comments
 (0)