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.19 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",
"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.0.3",
"underscore": "1.5.2",
"angular": "1.3.0-rc.0",
"angular-resource": "1.3.0-rc.0",
"angular-ui-router": "0.2.7",
"nprogress": "0.1.2",
"d3": "3.2.2",
"nvd3": "1.0.0-beta",
"foundation": "5.0.2",
"MathJax": "*",
"font-awesome": "~4.0.3",
"requirejs": "~2.1.10",
"jslider": "https://github.com/SalesSeek/jslider.git#1.2.0",
"bowser": "*",
"angular-foundation": "~0.2.2",
"angular-foundation-assets": "https://github.com/pineconellc/angular-foundation.git#0.2.2",
"angular-animate": "1.3.0-rc.0"
},
"devDependencies": {
"angular-mocks": "1.3.0-rc.0"
}
}