source: SRUAggregator/trunk/bower.json

Last change on this file was 7156, checked in by Leif-Jöran, 7 years ago

Upgrading to use React v16.0.0

File size: 575 bytes
Line 
1{
2  "name": "fcs-aggregator",
3  "description": "FCS Aggregator for FCS 2.0",
4  "main": "index.html",
5  "authors": [
6    "Leif-Jöran Olsson",
7    "et al"
8  ],
9  "license": "GPL-3.0",
10  "keywords": [
11    "CLARIN",
12    "ERIC",
13    "FCS",
14    "SRU",
15    "React"
16  ],
17  "homepage": "https://www.clarin.eu/",
18  "private": true,
19  "ignore": [
20    "**/.*",
21    "node_modules",
22    "bower_components",
23    "test",
24    "tests"
25  ],
26  "dependencies": {
27    "bootstrap": "^3.3.6",
28    "font-awesome": "^4.6.3",
29    "react": "^16.0.0"
30  },
31  "resolutions": {
32    "jquery": "2.2.4"
33  }
34}
Note: See TracBrowser for help on using the repository browser.