-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 895 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 895 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
{
"name": "generator-dropwizard-gradle",
"version": "0.4.5",
"author": {
"name": "Trevor Fountain",
"email": "trevor@texasexpat.net",
"url": "http://texasexpat.net"
},
"contributors": [
{
"name": "Tom Alexander",
"email": "tom.h.alexander@googlemail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/doches/generator-dropwizard-gradle"
},
"bugs": "https://github.com/doches/generator-dropwizard-gradle/issues",
"homepage": "https://github.com/doches/generator-dropwizard-gradle",
"description": "Scaffolds out a production-ready API server powered by Java + Dropwizard",
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"dropwizard",
"gradle",
"java",
"server",
"api"
],
"dependencies": {
"chalk": "3.0.0",
"yeoman-generator": "4.12.0",
"yosay": "2.0.2"
}
}