-
Notifications
You must be signed in to change notification settings - Fork 4
/
bower.json
45 lines (45 loc) · 948 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
40
41
42
43
44
45
{
"name": "angular-pubsub",
"version": "1.4.0",
"description": "Simple pubsub service for angularJS",
"authors": [
"Gilles Lepretre <[email protected]>",
"Julien Sanchez <[email protected]>",
"Hervé Gaucher <[email protected]"
],
"repository": {
"type": "git",
"url": "[email protected]:glepretre/angular-pubsub.git"
},
"main": "dist/angular-pubsub.js",
"license": "MIT",
"homepage": "https://github.com/glepretre/angular-pubsub",
"dependencies": {
"angular": "1.7.3"
},
"devDependencies": {
"angular-mocks": "1.7.3",
"requirejs": "2.1.20"
},
"ignore": [
"**/*_test.js",
"**/.*",
"Makefile",
"bower_components",
"config",
"node_modules",
"package.json",
"scripts",
"src/test-main.js"
],
"keywords": [
"angular",
"angularJS",
"pubsub",
"publish",
"subscribe",
"events",
"broadcast",
"communication"
]
}