-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.11 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
{
"name": "typedoc-deno-theme",
"description": "Deno theme for TypeDoc.",
"version": "1.3.3",
"homepage": "https://github.com/denodev/typedoc-deno-theme",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"clean": "rimraf bin",
"grunt": "grunt",
"build": "yarn clean && yarn grunt",
"prepublishOnly": "yarn build"
},
"repository": {
"type": "git",
"url": "git://github.com/denodev/typedoc-deno-theme.git"
},
"bugs": {
"url": "https://github.com/denodev/typedoc-deno-theme/issues"
},
"license": "Apache-2.0",
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-autoprefixer": "^3.0.4",
"grunt-cli": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "~1.1.0",
"grunt-sass": "^3.1.0",
"grunt-string-replace": "^1.0.0",
"grunt-ts": "^6.0.0-beta.22",
"rimraf": "^3.0.2",
"sass": "^1.26.3",
"typescript": "^3.8.3"
},
"keywords": [
"deno",
"api",
"typedoc",
"typedoc-theme",
"typescript",
"documentation",
"generator"
]
}