forked from davetownsend/generator-spring
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 871 Bytes
/
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
{
"name": "generator-spring-boot-microservice",
"version": "1.1.8",
"description": "A Yeoman Generator for Spring Boot Microservices",
"keywords": [
"yeoman-generator"
],
"homepage": "https://github.com/Techolution/generator-spring-boot-microservice",
"bugs": "https://github.com/Techolution/generator-spring-boot-microservice/issues",
"author": {
"name": "Tim Delesio/Dave Townsend",
"email": "[email protected]",
"url": "https://github.com/Techolution"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Techolution/generator-spring-boot-microservice.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"yeoman-generator": "~0.21.0",
"chalk": "~1.1.3"
},
"devDependencies": {
"mocha": "~3.1.2"
},
"licenses": [
{
"type": "MIT"
}
]
}