forked from luiseduardobrito/sample-chat-electron
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 770 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 770 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
{
"name": "sample-chat-electron",
"description": "Socket.io based chat server and client, implemented in NodeJS",
"main": "app.js",
"authors": [
"Luis <luiseduardo14@gmail.com>"
],
"license": "MIT",
"homepage": "https://github.com/luiseduardobrito/mc714-1s2016-lista3",
"moduleType": [],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"./client/components"
],
"dependencies": {
"angular": "^1.5.3",
"jquery": "^2.2.2",
"jquery.nicescroll": "^3.6.8",
"angular-route": "^1.5.3",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5",
"angular-socket-io": "^0.7.0",
"smalltalk": "^1.6.7",
"ngstorage": "^0.3.10",
"moment": "^2.12.0"
}
}