-
Notifications
You must be signed in to change notification settings - Fork 109
/
Copy pathpackage.json
72 lines (72 loc) · 1.95 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "tsickle",
"version": "0.21.6",
"description": "Transpile TypeScript code to JavaScript with Closure annotations.",
"main": "build/src/index.js",
"typings": "build/definitions/index.d.ts",
"bin": "build/src/main.js",
"directories": {
"test": "test"
},
"dependencies": {
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"source-map": "^0.5.6",
"source-map-support": "^0.4.2"
},
"peerDependencies": {
"typescript": "2.3.4"
},
"devDependencies": {
"@types/chai": "^3.4.32",
"@types/glob": "^5.0.29",
"@types/google-closure-compiler": "0.0.18",
"@types/minimatch": "^2.0.28",
"@types/minimist": "^1.1.28",
"@types/mkdirp": "^0.3.28",
"@types/mocha": "^2.2.31",
"@types/node": "^6.0.38",
"@types/source-map": "^0.1.27",
"@types/source-map-support": "^0.2.27",
"chai": "^3.5.0",
"clang-format": "^1.0.51",
"glob": "^7.0.0",
"google-closure-compiler": "^20161024.1.0",
"gulp": "^3.8.11",
"gulp-clang-format": "^1.0.22",
"gulp-mocha": "^3.0.1",
"gulp-sourcemaps": "^1.5.0",
"gulp-tslint": "^6.1.1",
"gulp-typescript": "^3.0.0",
"gulp-util": "^3.0.4",
"merge2": "^1.0.2",
"mocha": "^3.2.0",
"temp": "^0.8.1",
"tslint": "^3.15.1",
"typescript": "2.3.1"
},
"scripts": {
"prepublish": "gulp compile",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/tsickle.git"
},
"keywords": [
"typescript",
"closure"
],
"contributors": [
"Evan Martin <[email protected]> (https://angular.io/)",
"Alex Eagle <[email protected]> (https://angular.io/)",
"Martin Probst <[email protected]> (https://angular.io/)",
"Rado Kirov <[email protected]> (https://angular.io/)",
"Thomas Deegan <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/tsickle/issues"
},
"homepage": "https://github.com/angular/tsickle"
}