-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 894 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
{
"name": "dom-event-listener",
"version": "1.0.5",
"description": "Cross browser event listeners",
"main": "lib/index.js",
"scripts": {
"test": "mocha --recursive --require ./test/setup.js \"test/**/*@(.js)\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/florian-barbare/dom-event-listener.git"
},
"keywords": [
"dom",
"event",
"listener",
"eventlistener",
"addeventlistener",
"removeeventlistener"
],
"author": "Florian BARBARE",
"license": "MIT",
"bugs": {
"url": "https://github.com/florian-barbare/dom-event-listener/issues"
},
"homepage": "https://github.com/florian-barbare/dom-event-listener#readme",
"dependencies": {
"lodash": "^4.13.1"
},
"devDependencies": {
"chai": "^3.5.0",
"jsdom": "^9.2.1",
"mocha": "^2.5.3",
"simulant": "^0.2.2",
"sinon": "^1.17.4"
}
}