forked from invertase/nodejs-google-java-format
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 864 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 864 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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@willh/google-java-format",
"version": "0.1.0",
"description": "node wrapper around google-java-format",
"author": "Will Huang",
"repository": {
"type": "git",
"url": "https://github.com/doggy8088/nodejs-google-java-format.git"
},
"main": "index.js",
"bin": {
"google-java-format": "index.js"
},
"files": [
"test.sh",
"lib/",
"index.js",
"testproject/"
],
"scripts": {
"test": "bash ./test.sh",
"shipit": "nc --no-tests"
},
"contributors": [
"Will Huang <doggy.huang@gmail.com>",
"Mike Hardy <github@mikehardy.net>"
],
"keywords": [
"java-format",
"google-java-format",
"java",
"format"
],
"license": "Apache-2.0",
"dependencies": {
"async": "^3.2.2",
"glob": "^7.2.0",
"resolve": "^1.1.6"
},
"devDependencies": {
"nc": "^1.0.3"
}
}