-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 740 Bytes
/
bower.json
File metadata and controls
39 lines (39 loc) · 740 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
{
"name": "socket-io-chat",
"description": "a chat app",
"main": "public/js/ngapp.js",
"authors": [
"Umair Ansari"
],
"license": "ISC",
"keywords": [
"chat",
"app",
"socket.io",
"angular",
"express",
"nodejs",
"mongodb",
"mean"
],
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.7",
"angular-ui-router": "^0.3.1",
"angular-mocks": "^1.5.7",
"angular-resource": "^1.5.7",
"bootstrap-sass": "^3.3.6",
"jquery": "2.2.4",
"angular-socket-io": "^0.7.0",
"angular-sanitize": "^1.5.8",
"angular-md5": "^0.1.10",
"angular-bootstrap": "^2.0.0"
}
}