-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b94bd5c
commit 6af3553
Showing
15 changed files
with
13,057 additions
and
232 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,5 +1,24 @@ | ||
{ | ||
"devDependencies": { | ||
"handlebars": "^4.0.0" | ||
} | ||
} | ||
"name": "bicenter", | ||
"version": "1.0.0", | ||
"description": "This is a web-based platform that allows the building and management of ETL pipelines, by non-IT users, in a multi-institution environment.", | ||
"main": "index.js", | ||
"dependencies": { | ||
"handlebars": "^4.7.6", | ||
"source-map": "^0.7.3" | ||
}, | ||
"devDependencies": {}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/bioinformatics-ua/BIcenter.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/bioinformatics-ua/BIcenter/issues" | ||
}, | ||
"homepage": "https://github.com/bioinformatics-ua/BIcenter#readme" | ||
} |
Oops, something went wrong.