forked from kobotoolbox/kpi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
51 lines (51 loc) · 1.33 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
51
{
"name": "dkobo",
"version": "0.1.0",
"authors": [
"Alex Dorey <alex.dorey@kobotoolbox.org>",
"Nicolás Straub <nicolas.straub@kobotoolbox.org>"
],
"description": "Javascript components of the KoBoToolbox",
"keywords": [],
"license": "LGPL",
"homepage": "https://github.com/kobotoolbox/dkobo",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"jsapp/coverage",
"jsapp/test"
],
"dependencies": {
"jquery": "~2.1.0",
"sinon": "http://sinonjs.org/releases/sinon-1.10.3.js",
"underscore": "~1.6.0",
"backbone": "~1.1.2",
"requirejs": "~2.1.11",
"require-cs": "~0.4.4",
"almond": "~0.2.9",
"angular": "~1.2.16",
"angular-cookies": "~1.2.16",
"angular-mocks": "~1.2.16",
"angular-resource": "~1.2.16",
"angular-route": "~1.2.16",
"angular-ui-utils": "0.1.1",
"angular-ui-select2": "~0.0.5",
"angular-sanitize": "~1.2.16",
"angular-ui-select": "~0.8.1",
"x-editable": "~1.5.1",
"jquery.scrollTo": "1.4.12",
"select2": "3.4.8",
"jquery-ui-touch-punch-improved": "~0.3.1",
"jquery.tagsinput": "1.3.2"
},
"devDependencies": {
"jasmine-sinon": "~0.3.1",
"jasmine": "1.3.1",
"jquery-migrate": "~1.2.1",
"lodash": "~2.4.1",
"modernizr": "~2.8.1",
"backbone-validation": "~0.9.1",
"fontawesome": "~4.4.0"
}
}