-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbower.json
58 lines (58 loc) · 1.43 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "Ng-FOrum",
"homepage": "https://github.com/amanuel2/ng-forum",
"authors": [
"Shimzo",
"Amanuel Bogale",
"Mohamed Nasrullah",
"Jeffery Crowder",
"Kyle Roach"
],
"description": "Forum where developers around the world can ask questions, anwser questions, and also chat!",
"main": "index.html",
"keywords": [
"NF"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"alertify.js": "alertifyjs#^1.0.10",
"angular-highlightjs": "~0.3.2",
"angular-recaptcha": "^3.0.3",
"angular-material": "^1.0.7",
"angular-sanitize": "^1.5.6",
"angular-socialshare": "^1.4.5",
"angular-route": "1.3.13",
"angular-resource": "1.3.13",
"clipboard": "^1.5.10",
"codemirror": "~3.21.0",
"angular-ui-router": "^0.2.18",
"firebase": "^2.4.2",
"angular-material-icons": "^0.7.0",
"jquery": "^2.2.3",
"angularfire": "^1.2.0",
"microplugin": "0.0.x",
"marked": "^0.3.5",
"selectize": "^0.12.1",
"showdown": "~0.3.1",
"font-awesome": "^4.6.3",
"vex": "^2.3.4",
"webcomponentsjs": "^0.7.20"
},
"resolutions": {
"angular": "1.5.7",
"angular-socialshare": "^1.4.5"
},
"devDependencies": {
"tribute": "^1.0.5",
"ng-selectize": "^0.0.6",
"angular-socialshare": "angularjs-socialshare#^2.1.12",
"angular-local-storage": "^0.2.7"
}
}