forked from wurmlab/afra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (33 loc) · 975 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
{
"name": "afra",
"version": "0.0.0",
"dependencies": {
"requirejs": "2.1.17",
"requirejs-text": "2.0.14",
"require-less": "0.1.5",
"jquery": "2.1.3",
"jquery.ui": "1.11.4",
"bootstrap": "3.3.4",
"font-awesome": "4.3.0",
"underscore": "1.8.3",
"moment": "2.9.0",
"angular": "1.3.15",
"angular-sanitize": "1.3.15",
"angular-animate": "1.3.15",
"angular-moment": "0.9.2",
"bootstrap-contextmenu": "0.3.2",
"dojo": "1.9.7",
"dojox": "1.9.7",
"dijit": "1.9.7",
"put-selector": "0.3.6",
"dgrid": "0.3.17",
"xstyle": "0.3.1",
"jDataView": "rbuels/jDataView",
"jszlib": "rbuels/jszlib",
"FileSaver": "dkasenberg/FileSaver.js",
"gvapi": "wurmlab/GeneValidatorApp-API"
},
"devDependencies": {
"jasmine": "2.0.2"
}
}