-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
42 lines (42 loc) · 921 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "hydramaze-frontend",
"description": "This is a frontend of a system called HydraMaze, which provides Artificial Intelligence tools to Visual Evoked Potentials studies.",
"main": "index.js",
"authors": [
"Some"
],
"license": "ISC",
"keywords": [
"Visual",
"Evoked",
"Potential",
"Computational",
"Neuroscience",
"EEG",
"Artificial",
"Intelligence",
"Python",
"Angular."
],
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"test",
"tests"
],
"devDependencies": {
"jquery": "3.2.1",
"angular": "1.6.5",
"angular-route": "1.6.5",
"bootstrap": "3.3.7",
"angular-ui-router": "^1.0.5",
"chart.js": "^2.6.0",
"angular-chart.js": "1.1.1",
"angular-multi-step-form": "^1.3.0",
"bootstrap-social": "^5.1.1",
"angular-notify": "^2.5.1",
"angular-filter": "^0.5.17"
}
}