-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 845 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
{
"name": "esdoc-babel-plugin",
"version": "1.0.1",
"description": "Simple esdoc plugin to run certain babel transformations on code before handing it to esdoc",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mhelvens/esdoc-babel-plugin.git"
},
"keywords": [
"esdoc",
"babel"
],
"author": "Michiel Helvensteijn <[email protected]>",
"contributors": [
"Edgardo Avilés <[email protected]>",
"Michiel Helvensteijn <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mhelvens/esdoc-babel-plugin/issues"
},
"homepage": "https://github.com/mhelvens/esdoc-babel-plugin#readme",
"peerDependencies": {
"babel-core": ">=6 <8 || >=7.0.0-beta <7.0.1",
"esdoc": ">=0.5 <2"
},
"engines": {
"node": ">=4.4.4"
}
}