-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
35 lines (35 loc) · 822 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
{
"name": "typescript-closure-compiler",
"author": "Sagi Fogel",
"version": "1.8.10",
"description": "Patches the TypeScript compiler to generate JSDoc annotations",
"dependencies": {
},
"devDependencies": {
"gulp": "^3.9.1",
"jake": "8.0.12",
"gulp-rename": "^1.2.2",
"gulp-wrapper": "^1.0.0"
},
"bin": {
"tscc": "./tscc"
},
"main": "tscc",
"repository": {
"type": "git",
"url": "https://github.com/sagifogel/typescript-closure-compiler.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sagifogel/typescript-closure-compiler/issues"
},
"homepage": "https://github.com/sagifogel/typescript-closure-compiler#readme",
"keywords": [
"TypeScript",
"minifier",
"closure",
"compiler",
"javascript",
"language"
]
}