-
Notifications
You must be signed in to change notification settings - Fork 237
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 731 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 731 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
{
"name": "fhir-js-client",
"version": "0.0.1",
"description": "JavaScript client for Fast Healthcare Interoperability Resources",
"author": "Josh Mandel <joshua.mandel@childrens.harvard.edu>",
"dependencies": {
"btoa": "*",
"browserify": "<4.0.0",
"jquery": "*"
},
"scripts": {
"test": "mocha -c -R spec"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"sinon": "*",
"grunt": "~0.4.1",
"grunt-browserify": "~2.0.8",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-shell": "~0.3.1",
"jsdom": "*",
"grunt-curl": "~1.5.1",
"browserify-shim": "~3.4.1",
"grunt-contrib-uglify": "~0.4.0"
},
"engine": "node >= 0.6.0"
}