forked from smart-on-fhir/client-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 823 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 823 Bytes
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
{
"name": "fhir-js-client",
"version": "0.1.14",
"description": "JavaScript client for Fast Healthcare Interoperability Resources",
"author": "Josh Mandel <joshua.mandel@childrens.harvard.edu>",
"license": "ISC",
"dependencies": {
"browserify": "^16.2.3",
"btoa": "*",
"jquery": "^3.3.1",
"jsonwebtoken": "^8.4.0"
},
"scripts": {
"test": "mocha -c -R spec"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^3.4.0",
"grunt-shell": "^2.1.0",
"jsdom": "*",
"mocha": "*",
"should": "*",
"sinon": "*",
"varify": "^0.1.1"
},
"engine": "node >= 0.6.0",
"repository": {
"type": "git",
"url": "git+https://github.com/smart-on-fhir/client-js.git"
}
}