-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathbower.json
More file actions
49 lines (49 loc) · 918 Bytes
/
Copy pathbower.json
File metadata and controls
49 lines (49 loc) · 918 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
42
43
44
45
46
47
48
49
{
"name": "angular-intercom",
"version": "2.1.1",
"main": "angular-intercom.js",
"description": "An Angular.js wrapper for Intercom.io",
"bugs": "https://github.com/gdi2290/angular-intercom/issues",
"keywords": [
"angular",
"angularmodules",
"angularmodule",
"angularjs",
"gdi2290",
"PatrickJS",
"intercom",
"angular-intercom",
"ngIntercom",
"adapter",
"wrapper"
],
"author": {
"name": "Patrick Stapleton",
"email": "github@gdi2290.com",
"url": "www.gdi2290.com"
},
"ignore": [
".bowerrc",
".gitignore",
".npmignore",
".jshintignore",
".jshintrc",
"karma.conf.js",
"test.sh",
"dist.sh",
"src",
"example",
"package.json",
"**/.*",
"*.yml",
"*.xml",
"node_modules",
"bower_components",
"test",
"tests"
],
"license": "MIT",
"dependencies": {
"angular": "*"
}
}