-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathbower.json
More file actions
53 lines (53 loc) · 1.36 KB
/
bower.json
File metadata and controls
53 lines (53 loc) · 1.36 KB
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
52
53
{
"name": "app",
"author": {
"name": "CleverStack",
"email": "admin@cleverstack.io",
"web": "http://cleverstack.io"
},
"version": "1.1.4",
"collaborators": [
"Richard Gustin <richard.gustin86@gmail.com>",
"Simon W. Jackson <simon@clevertech.biz>",
"Daniel Young <young.daniel88@gmail.com>",
"Daniel Durante <daniel.durante@clevertech.biz>",
"Sam Deering <sam@clevertech.biz>"
],
"dependencies": {
"angular": "1.2.6",
"angular-cookies": "1.2.6",
"angular-resource": "1.2.6",
"angular-route": "1.2.6",
"angular-sanitize": "1.2.6",
"angular-http-auth": "1.2.1",
"async": "~0.2.5",
"bootstrap": "~3.0.3",
"angular-ui-bootstrap": "~0.10.0",
"es5-shim": "~2.1.0",
"jquery": "~1.10.2",
"json3": "~3.2.4",
"requirejs": "~2.1.9",
"underscore": "~1.5.2",
"pace": "~0.5.5",
"fontawesome-actions": "~0.5.0",
"ui-bootstrap": "~0.11.0",
"angular-bootstrap": "~0.11.0",
"selectn": "~0.9.6",
"select2": "~3.4.8",
"angular-ui-select2": "~0.0.5",
"angular-ui": "~0.4.0",
"inflection": "~1.3.8",
"momentjs": "~2.8.1",
"jquery-minicolors": "~2.1.6"
},
"devDependencies": {
"angular-mocks": "1.2.6",
"angular-scenario": "1.2.6",
"sinon": "~1.7.3",
"chai": "~1.8.1"
},
"resolutions": {
"angular": "1.2.6",
"angular-mocks": "1.2.6"
}
}