-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.29 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.29 KB
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
{
"name": "ts-java",
"version": "1.4.1",
"description": "Create TypeScript declaration files for java packages.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"keywords": [
"TypeScript",
"java",
"reflection"
],
"author": "Jim Lloyd <jim.lloyd@gmail.com>",
"license": "MIT",
"bin": {
"ts-java": "bin/ts-java.sh",
"ts-java.js": "bin/ts-java.js"
},
"dependencies": {
"bluebird": "^2.9.24",
"chalk": "^1.1.1",
"commander": "^2.8.1",
"debug": "^2.1.1",
"find-java-home": "^0.1.2",
"glob": "^5.0.15",
"handlebars": "^4.0.3",
"immutable": "^3.3.0",
"java": "^0.7.0",
"lodash": "^3.10.1",
"ls-archive": "^1.0.3",
"mkdirp": "^0.5.0",
"read-package-json": "^2.0.1",
"source-map-support": "^0.3.2",
"zip": "^1.2.0"
},
"devDependencies": {
"chai": "^3.3.0",
"concat-stream": "^1.4.7",
"cucumber": "^0.7.0",
"groc": "^0.8.0",
"mocha": "^2.2.3",
"tsd": "=0.6.5",
"tslint": "=2.5.1",
"typescript": "=1.6.2"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git@github.com:RedSeal-co/ts-java.git"
},
"bugs": {
"url": "https://github.com/RedSeal-co/ts-java/issues"
},
"homepage": "https://github.com/RedSeal-co/ts-java"
}