Files
monica/bower.json
T
Régis Freyd 23384db2c2 Add support for tags (#424)
Close #99
2017-07-04 22:14:22 -04:00

23 lines
471 B
JSON

{
"name": "monica",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"resources/vendor/",
"test",
"tests"
],
"dependencies": {
"bootstrap": "v4.0.0-alpha.2",
"animate.css": "^3.5.2",
"octicons": "^4.3.0",
"hint.css": "hint-css#^2.3.2",
"font-awesome": "fontawesome#^4.7.0",
"list.js": "^1.5.0",
"typeahead.js": "^0.11.1",
"jQuery": "^3.2.1",
"jquery.tagsinput": "jquery-tags-input#^1.3.6"
}
}