-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 911 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
{
"name": "better-events",
"version": "3.0.5",
"description": "An improved version of the Node.js EventEmitter.",
"main": "index.js",
"tonicExampleFilename": "example.js",
"scripts": {
"test": "istanbul cover _mocha",
"lint": "node_modules/eslint/bin/eslint.js ."
},
"engines": {
"node": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robojones/better-events.git"
},
"keywords": [
"eventengine",
"event",
"promise",
"promises",
"better",
"events",
"engine",
"emit"
],
"author": "robojones",
"license": "MIT",
"bugs": {
"url": "https://github.com/robojones/better-events/issues"
},
"homepage": "https://github.com/robojones/better-events#readme",
"devDependencies": {
"eslint": "^4.8.0",
"eslint-config-ultra": "^0.4.5",
"istanbul": "1.1.0-alpha.1",
"mocha": "^4.0.0"
}
}