forked from gdelmas/typedoc-plugin-sourcefile-url
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (31 loc) · 793 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
{
"author": "Gerard Delmàs",
"name": "typedoc-plugin-sourcefile-url",
"version": "1.0.3",
"description": "typedoc plugin to set custom source file URL links",
"homepage": "https://github.com/gdelmas/typedoc-plugin-sourcefile-url",
"bugs": "https://github.com/gdelmas/typedoc-plugin-sourcefile-url/issues",
"repository": {
"type" : "git",
"url" : "https://github.com/gdelmas/typedoc-plugin-sourcefile-url.git"
},
"license": "MIT",
"keywords": [
"typedocplugin",
"typedoc",
"bitbucket",
"gitlab"
],
"peerDependencies": {
"typedoc": "^0.5.10"
},
"devDependencies": {
"typedoc": "^0.5.10",
"typescript": "^2.1.5"
},
"main": "dist/main.js",
"scripts": {
"build": "tsc",
"prepublish": "npm run build"
}
}