-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "publisher-subscriber",
"version": "1.0.12",
"description": "Lightning fast Publisher-Subscriber pattern written in CoffeeScript. Compatible with Backbone.Events.",
"main": "build/publisher-subscriber.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yivo/publisher-subscriber.git"
},
"keywords": [
"pub-sub",
"publisher-subscriber",
"events",
"observable",
"event-emitter",
"mediator",
"callbacks",
"event-channel"
],
"author": "Yaroslav Konoplov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yivo/publisher-subscriber/issues"
},
"homepage": "https://github.com/yivo/publisher-subscriber#readme",
"devDependencies": {
"backbone": "^1.3.3",
"benchmark": "^2.1.3",
"coffee-script": "^1.12.2",
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.3",
"gulp-concat": "^2.6.1",
"gulp-umd-wrap": "^1.0.7",
"gulp-plumber": "^1.1.0",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"qunitjs": "^2.1.1",
"underscore": "^1.8.3"
}
}