-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 749 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 749 Bytes
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
{
"name": "gulp-java2typescript",
"version": "0.1.0",
"description": "A gulp plugin for generating TypeScript interfaces corresponding to Java classes.",
"repository": {
"type": "git",
"url": "https://github.com/Beckon/gulp-java2typescript"
},
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp test"
},
"author": "Douglas Treadwell <douglas.treadwell@gmail.com>",
"license": "Apache 2.0",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jasmine": "^2.0.1",
"gulp-util": "^3.0.5",
"through2": "^0.6.5"
},
"dependencies": {
"gulp-flatten": "0.0.4",
"gulp-if": "^1.2.5",
"gulp-util": "^3.0.5",
"through2": "^0.6.5",
"yargs": "^3.10.0"
}
}