-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (41 loc) · 752 Bytes
/
bower.json
File metadata and controls
41 lines (41 loc) · 752 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
40
41
{
"name": "angular-chat",
"version": "2.0.0",
"description": "AngularJS Chat - Enable chat messaging experiences in your iOS, Android and Web apps.",
"main": "angular-chat.js",
"authors": [
"Stephen Blum"
],
"license": "MIT",
"keywords": [
"angularjs",
"chat",
"ios",
"android",
"messaging",
"angular"
],
"dependencies": {
"angular": ">= 1.4.8",
"rltm": "^1.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/stephenlb/angularjs-chat#master"
},
"homepage": "http://angularjs.chat",
"moduleType": [
"amd",
"es6",
"globals",
"node",
"yui"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}