-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 920 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "smart-auc-demo",
"version": "3.0.0",
"description": "A demo AUC guideline consultation app.",
"main": "index.html",
"scripts": {
"all": "concurrently --kill-others \"npm:cds-services\" \"npm:launch\"",
"cds-services": "nodemon ./cds-services.js",
"launch": "http-server -p 8899 -c-1",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/barabo/smart-auc-demo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/barabo/smart-auc-demo/issues"
},
"homepage": "https://github.com/barabo/smart-auc-demo#readme",
"dependencies": {
"concurrently": "^5.0.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"fhirclient": "^2.1.0",
"http-server": "^0.11.1",
"jquery": "^3.5.0"
},
"devDependencies": {
"nodemon": "^1.19.4"
}
}