-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (41 loc) · 923 Bytes
/
bower.json
File metadata and controls
41 lines (41 loc) · 923 Bytes
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
{
"name": "quora",
"version": "0.0.0",
"authors": [
"dlombardi <[email protected]>"
],
"description": "",
"main": "",
"moduleType": [],
"license": "MIT",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.7",
"angular-ui-router": "~0.2.15",
"angular-bootstrap": "~0.14.1",
"lodash": "~3.10.1",
"stormpath-sdk-angularjs": "~0.8.0",
"foundation": "~5.5.3",
"bootstrap": "~3.3.5",
"angular-foundation": "~0.8.0",
"animate.css": "~3.4.0",
"foundation-icon-fonts": "*",
"ngInfiniteScroll": "~1.2.1",
"textAngular": "~1.4.6",
"angular-marked": "~1.0.0",
"highlightjs": "~8.9.1",
"angular-sweetalert": "latest",
"ng-file-upload-shim": "~10.0.2",
"ng-file-upload": "~10.0.2"
},
"resolutions": {
"angular": ">= 1.3.0"
}
}