-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
39 lines (39 loc) · 826 Bytes
/
bower.json
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": "angular-xmpp-services",
"authors": [
"bernhard zwischenbrgger"
],
"version": "0.9.40",
"main": [
"bin/assets/angular-xmpp-services.js"
],
"ignore":[
".*",
"./*",
"src",
"karma",
"build",
"vendor",
"roster",
"npm_modules",
"bin/assets/css",
"bin/assets/docimg",
"bin/assets/examples",
"bin/assets/icons",
"bin/assets/partials",
"bin/assets/scripts",
"bin/assets/tests",
"build.config.js",
"Gruntfile.js",
"module.suffix",
"module.prefix"
],
"repository": {
"type": "git",
"url": "[email protected]:robotnic/angular-xmpp-services.git"
},
"devDependencies": {
"angular-moment":"*",
"json-formatter":"*"
}
}