forked from SuLab/mark2cure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
22 lines (22 loc) · 790 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "mark2cure",
"description": "[Mark2Cure](http://mark2cure.org/) is a web-based, concept recognition, relationship extraction and validation tool for annotating text. It is intended to be a fun and exploratory way to help biomedical research, but can readily be extended to other disciplines of study where publication rates far exceed a researcher's ability to consume and incorporate knowledge from the literature.",
"main": "index.js",
"authors": [
"Max Nanis <[email protected]>"
],
"license": "MIT",
"homepage": "https://github.com/SuLab/mark2cure",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "v4.0.0-alpha.2",
"font-awesome": "^4.6.3"
}
}