-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1007 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
43
44
{
"name": "hearing-aid",
"version": "1.0.3",
"description": "A uniform interface for listening and removing events on DOM elements, EventEmitter and what not.",
"main": "index.js",
"scripts": {
"test": "mocha test.js",
"coverage": "istanbul cover _mocha -- test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unshiftio/hearing-aid.git"
},
"keywords": [
"hearing",
"aid",
"hearing-aid",
"listener",
"listen",
"listening",
"addeventlistener",
"addevent",
"attachevent",
"event",
"eventemitter",
"emitter"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/unshiftio/hearing-aid/issues"
},
"homepage": "https://github.com/unshiftio/hearing-aid#readme",
"devDependencies": {
"assume": "2.2.0",
"istanbul": "0.4.5",
"mocha": "3.5.0",
"pre-commit": "1.2.0"
},
"dependencies": {
"one-time": "0.0.4"
},
"types": "./index.d.ts"
}