-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 870 Bytes
/
package.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
{
"name" : "compound-signal",
"description" : "Dispatch after multiple signals are triggered",
"keywords" : ["js-signals", "signals", "pub/sub", "event", "publish", "subscribe", "observer", "when", "deferred", "promises"],
"homepage" : "https://github.com/appedemic/compound-signal/",
"version" : "0.0.2",
"author" : {
"name" : "Derk Bell",
"url" : "http://appedemic.nl/"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/appedemic/compound-signal.git"
},
"main" : "dist/compound.js",
"bugs" : {
"url" : "https://github.com/appedemic/compound-signal/issues"
},
"licenses" : [
{
"type" : "MIT",
"url" : "http://www.opensource.org/licenses/mit-license.php"
}
],
"dependencies" : {
"signals" : ">=1.0.0"
}
}