-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 996 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
{
"name": "esdoc-external-events-plugin",
"version": "1.0.0",
"description": "Add links to DOM Event interfaces definitions in MDN documentation",
"author": "Yaroslav Kovalev <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yesley/esdoc-external-events-plugin.git"
},
"homepage": "https://github.com/yesley/esdoc-external-events-plugin#readme",
"bugs": {
"url": "https://github.com/yesley/esdoc-external-events-plugin/issues"
},
"keywords": [
"esdoc",
"external",
"dom",
"events",
"plugin",
"esdoc-plugin"
],
"main": "src/Plugin.js",
"files": [
"src",
"README.md"
],
"engines": {
"node": ">= 6.0.0"
},
"scripts": {
"test": "jest --testPathPattern=\"\\.spec\\.js\""
},
"devDependencies": {
"esdoc": ">= 1.0.0",
"fs-extra": "^4.0.1",
"jest": "^20.0.4",
"rimraf": "^2.6.1"
},
"peerDependencies": {
"esdoc": ">=1.0.0"
}
}