forked from Spokenvote/spokenvote
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower-backup.json
40 lines (40 loc) · 919 Bytes
/
bower-backup.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": "Spokenvote",
"version": ".6",
"homepage": "https://github.com/spokenvote/spokenvote",
"authors": [
"kimardenmiller <[email protected]>"
],
"description": "Voting Application",
"main": "application.html",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"keywords": [
"group",
"decison",
"tool"
],
"dependencies": {
"angular-route": "~1.2.23",
"angular-resource": "~1.2.23",
"angular": "~1.2.23",
"angular-animate": "~1.2.23",
"angular-cookies": "~1.2.23",
"angular-ui-bootstrap": "0.10.0",
"angular-mocks": "~1.2.23",
"angular-ui-utils": "~0.1.1",
"angular-ui-select2": "~0.0.5",
"jQuery": "~2.1.1",
"underscore": "~1.7.0",
"angular-loading-bar": "~0.6.0",
"angulartics": "~0.16.5",
"angular-ui-select": "~0.9.5"
}
}