-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
42 lines (42 loc) · 977 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
41
42
{
"name": "submission",
"version": "0.0.1",
"homepage": "https://github.com/segue-org/submission",
"authors": [
"Felipe Mobus <[email protected]>"
],
"description": "Talk Proposal Submission Single Page Application",
"main": "app/index.js",
"license": "GPLv3",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.1",
"angular-ui-router": "~0.2.11",
"angular-gettext": "~1.1.4",
"font-awesome": "~4.2.0",
"ngstorage": "~0.3.0",
"lodash": "~2.4.1",
"restangular": "~1.4.0",
"tv4": "~1.1.4",
"angular-http-auth": "~1.2.2",
"ngDialog": "~0.3.9",
"angular-gravatar": "~0.2.4",
"angular-loading-bar": "~0.6.0",
"ngtoast": "~1.4.0",
"angular-input-masks": "~1.3.1"
},
"devDependencies": {
"angular-mocks": "~1.3.8"
},
"resolutions": {
"angular": "1.3.14"
}
}