forked from btford/angular-socket-io-im
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 771 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 771 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
{
"name": "ChatApp",
"version": "0.0.1",
"homepage": "https://github.com/wenga86/angular-socket-io-im.git",
"authors": [
"Eric Agnew <wenga.eric@gmail.com>"
],
"description": "Chact application built on Node.js, MongoDB, Express, Angular, and Socket.io",
"main": "app.js",
"keywords": [
"Socket.io",
"Angular",
"MongoDB",
"Node.js",
"Express",
"Chat",
"Chatroom"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular" : "1.2.6",
"angular-cookies" : "1.2.6",
"angular-loader" : "1.2.6",
"angular-resource" : "1.2.6",
"angular-sanitize" : "1.2.6",
"bootstrap" : "*",
"font-awesome" : "4.0.3"
}
}