UNPKG

708 BJSONView Raw
1{
2 "name": "bevent",
3 "version": "0.1.5",
4 "description": "Async event emitter for javascript",
5 "keywords": [
6 "emitter",
7 "event",
8 "events"
9 ],
10 "license": "MIT",
11 "repository": "git://github.com/bcoin-org/bevent.git",
12 "homepage": "https://github.com/bcoin-org/bevent",
13 "bugs": {
14 "url": "https://github.com/bcoin-org/bevent/issues"
15 },
16 "author": "Christopher Jeffrey <chjjeffrey@gmail.com>",
17 "main": "./lib/bevent.js",
18 "scripts": {
19 "lint": "eslint lib/ test/ || exit 0",
20 "test": "bmocha --reporter spec test/*-test.js"
21 },
22 "dependencies": {
23 "bsert": "~0.0.10"
24 },
25 "devDependencies": {
26 "bmocha": "^2.1.0"
27 },
28 "engines": {
29 "node": ">=8.0.0"
30 }
31}