forked from drugis/mcda-elicitation-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
50 lines (50 loc) · 1.09 KB
/
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
43
44
45
46
47
48
49
50
{
"name": "mcda-elicitation-web",
"version": "0.9.3",
"authors": [
"Gert van Valkenhoef <[email protected]>",
"Joël Kuiper",
"Daan Reid",
"Connor Stroomberg"
],
"description": "MCDA preference elicitation",
"main": "/app/js/mcda-web.js",
"license": "GPL-3",
"homepage": "http://drugis.org/software/addis2/",
"private": false,
"ignore": [
"**/.*",
"examples",
"R",
"sass",
"sass-shared",
"test",
"app-local",
"app-remote",
"config.rb",
"Dockerfile",
"Makefile"
],
"dependencies": {
"jquery": "2.1.3",
"underscore": "1.8.3",
"angular": "~1.4.0-rc.0",
"angular-resource": "~1.4.0-rc.0",
"angular-ui-router": "0.2.13",
"d3": "3.5.5",
"nvd3-community": "~1.7",
"MathJax": "2.4.0",
"font-awesome": "4.3.0",
"requirejs": "~2.1.10",
"jslider": "https://github.com/SalesSeek/jslider.git#1.2.0",
"bowser": "*",
"angular-foundation": "~0.6.0"
},
"devDependencies": {
"angular-mocks": "~1.4.0-rc.0"
},
"resolutions": {
"angular": "~1.4.0-rc.0",
"d3": "3.5.5"
}
}