-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
51 lines (51 loc) · 1.11 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": "spreadsheet",
"version": "4.13.27",
"authors": [
],
"description": "A Free Tool for Creating and Maintaining a Shared Database",
"keywords": [
"igt",
"leipzig",
"conventions",
"linguistics"
],
"license": "Apache 2.0",
"homepage": "https://github.com/OpenSourceFieldlinguistics/FieldDB/issues/milestones?state=closed",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"libs",
"dist",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"fielddb-angular": "2.45.3",
"fielddb-glosser": "1.82.4",
"angular-md5": "~0.0.5",
"json3": "~3.3.1",
"es5-shim": "~3.1.0",
"bootstrap": "~2.3.2",
"underscore": "~1.6.0",
"q": "1.0.1",
"font-awesome": "~4.2.0",
"angular-bootstrap": "0.8.0",
"recordmp3js": "0.5.0",
"sjcl": "~1.0.0",
"autofill-event": "~1.0.0"
},
"devDependencies": {
"angular-mocks": "1.4.3",
"angular-scenario": "1.4.3"
},
"appPath": "app",
"resolutions": {
"bootstrap": "~2.3.2",
"jquery": "~2.1.1",
"font-awesome": "~4.2.0"
}
}