forked from FHIR/fhir.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 766 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 766 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
{
"name": "fhir.js",
"version": "AUTO_VERSION",
"authors": [
"Maksym Bodnarchuk <bodnarchuk@gmail.com>",
"Nikolay Ryzhikov <niquola@gmail.com>",
"Josh Mandel <joshua.mandel@childrens.harvard.edu>",
"Colm Brady <colm.brady@orionhealth.com>"
],
"description": "FHIR javascript API",
"keywords": ["fhir", "angular", "jquery","yui"],
"main": ["fhir.js", "jqFhir.js", "ngFhir.js","yuiFhir.js"],
"ignore": [
"coffee",
"integration_test",
"test",
".gitignore",
"Gruntfile.js",
"karma.conf.js",
"karma-itegration.conf.js",
"package.json"
],
"license": "MIT",
"dependencies": {
"angular":"~1.2.0",
"jquery": "~2.1.1"
},
"devDependencies": {
"angular": "~1.2.0",
"yui": "~3.17.1"
}
}