-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 940 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
{
"name": "babel-plugin-jsdoc-closure",
"version": "1.5.1",
"description": "Transpiles JSDoc types from namepaths to types for Closure Compiler",
"main": "index.js",
"scripts": {
"lint": "eslint index.js test/",
"test": "npm run lint && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openlayers/babel-plugin-jsdoc-closure.git"
},
"author": "OpenLayers Contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/openlayers/babel-plugin-jsdoc-closure/issues"
},
"homepage": "https://github.com/openlayers/babel-plugin-jsdoc-closure#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"eslint": "^4.17.0",
"eslint-config-openlayers": "^9.0.0",
"mocha": "^5.0.0",
"recast": "^0.13.0"
},
"dependencies": {
"comment-parser": "^0.5.0"
},
"eslintConfig": {
"extends": "openlayers",
"env": {
"es6": true
}
}
}