forked from alg/typedoc-dash-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.03 KB
/
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
44
45
46
47
48
49
50
{
"name": "typedoc-dash-theme",
"version": "1.1.0",
"description": "Dash theme for TypeDoc.",
"main": "bin/plugin.js",
"scripts": {
"compile": "tsc",
"watch": "tsc -w"
},
"keywords": [
"typescript",
"typedoc"
],
"repository": {
"type": "git",
"url": "git://github.com/alg/typedoc-dash-theme.git"
},
"author": {
"name": "Aleksey Gureiev",
"url": "http://noizeramp.com"
},
"licenses": [{
"type": "Apache-2.0",
"url": "https://github.com/alg/typedoc-dash-theme/blob/master/LICENSE"
}],
"bugs": {
"url": "https://github.com/alg/typedoc-dash-theme/issues"
},
"dependencies": {
"sqlite3": "^4.0.6"
},
"devDependencies": {
"@types/node": "^11.10.4",
"@types/sqlite3": "^3.1.4",
"tslint": "^5.13.1",
"typedoc": "^0.14.2",
"typescript": "^3.3.3333"
},
"directories": {},
"dist": {},
"files": [
"LICENSE",
"bin"
],
"maintainers": [{
"name": "Aleksey Gureiev",
"email": "[email protected]"
}],
"optionalDependencies": {}
}