-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 974 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "vp-pubsub",
"version": "1.0.8",
"description": "VP PubSub is a publish/subscribe library that supports message filtering",
"main": "vp-pubsub.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/schubergphilis/vp-pubsub.git"
},
"scripts": {
"test": "gulp test"
},
"keywords": [
"pubsub",
"publish",
"subscribe",
"message",
"filtering",
"pub",
"sub",
"emitter",
"event"
],
"author": "Victor Verhaagen <vverhaagen@schubergphilis.com>",
"license": "Apache License v2.0",
"bugs": {
"url": "https://github.com/schubergphilis/vp-pubsub/issues"
},
"readmeFilename": "README.md",
"homepage": "https://github.com/schubergphilis/vp-pubsub",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"jasmine-node": "^1.14.5",
"gulp-jasmine": "^2.3.0"
}
}