-
Notifications
You must be signed in to change notification settings - Fork 10
/
bower.json
46 lines (46 loc) · 910 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
41
42
43
44
45
46
{
"name": "charming-chino",
"version": "1.0.0",
"homepage": "https://github.com/charming-chino/charming-chino",
"authors": [
"Kamron Batman",
"Erik Eppel",
"Phil Keys",
"Spencer Miller"
],
"description": "A social cooking event platform.",
"main": "client/app/app.js",
"moduleType": [
"node"
],
"keywords": [
"cooking",
"social"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"lib",
"test",
"tests",
"client",
"test",
"public"
],
"dependencies": {
"jquery": "~2.1.4",
"angular": "~1.3.17",
"angular-ui-router": "~0.2.15",
"angular-animate": "~1.3.17",
"angular-material": "~0.10.0",
"angular-socket-io": "~0.7.0",
"angular-cookies": "~1.3.17",
"angular-messages": "~1.4.3",
"peerjs": "~0.3.14"
},
"resolutions": {
"angular": "~1.3.17"
}
}