forked from CleverStack/angular-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 1023 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
{
"name": "app",
"author": {
"name": "Clevertech",
"email": "[email protected]",
"web": "http://cleverstack.io"
},
"version": "1.0.6",
"collaborators": [
"Richard Gustin <[email protected]>",
"Simon W. Jackson <[email protected]>",
"Daniel Young <[email protected]>",
"Daniel Durante <[email protected]>",
"Sam Deering <[email protected]>"
],
"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"
},
"devDependencies": {
"angular-mocks": "1.2.6",
"angular-scenario": "1.2.6",
"sinon": "~1.7.3",
"chai": "~1.8.1",
"syn": "~0.0.2",
"steal": "~3.2.3"
}
}