-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 821 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 821 Bytes
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
{
"name": "dispatch-manager",
"version": "1.2.1",
"description": "Module that uses flux's dispatcher for making events and dispatchers easier to work with in your application.",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/one20/dispatch-manager.git"
},
"keywords": [
"dispatcher",
"event",
"flux",
"react",
"carlo",
"alducente"
],
"author": "Carlo Alducente <carlo@alducente.com> (https://alducente.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/one20/dispatch-manager/issues"
},
"homepage": "https://github.com/one20/dispatch-manager#readme",
"dependencies": {
"flux": "^3.1.2"
},
"devDependencies": {
"mocha": "^3.2.0"
}
}