-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for bower package management
- Loading branch information
1 parent
80aa2c2
commit 62c31d7
Showing
2 changed files
with
38 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"name": "fhir-js", | ||
"description": "Node.JS library for serializing/deserializing FHIR resources between JS/JSON and XML using various node.js XML libraries.", | ||
"main": "dist/bundle.js", | ||
"authors": [ | ||
"Sean McIlvenna @ Lantana Consulting Group" | ||
], | ||
"license": "ISC", | ||
"keywords": [ | ||
"fhir", | ||
"healthcare", | ||
"interoperability", | ||
"xml", | ||
"json", | ||
"serialization", | ||
"hl7", | ||
"standards", | ||
"clinical" | ||
], | ||
"homepage": "https://github.com/lantanagroup/FHIR.js", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
] | ||
} |