This repository has been archived by the owner on Sep 21, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
67 lines (67 loc) · 1.62 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "generator-jhipster-material",
"version": "0.0.0",
"description": "A Jhipster based generator to create Angular material + spring boot application",
"homepage": "https://github.com/hipster-labs/generator-jhipster-material",
"author": {
"name": "Deepu KS",
"email": "[email protected]",
"url": "http://deepu105.github.io"
},
"files": [
"generators/app",
"generators/entity"
],
"main": "generators/app/index.js",
"keywords": [
"yeoman-generator",
"jhipster-module" ,
"Jhipster-material",
"JHipster",
"Java",
"Spring",
"Spring Security",
"JPA",
"Hibernate",
"Angular Material",
"Material UI",
"Material",
"Paper"
],
"dependencies": {
"yeoman-generator": "0.22.2",
"chalk": "1.1.1",
"generator-jhipster": ">3.4.0",
"lodash": "3.10.1",
"mkdirp": "0.5.1",
"shelljs": "0.5.3",
"underscore.string": "3.2.2"
},
"devDependencies": {
"gulp": "^3.6.0",
"gulp-bump": "^0.1.11",
"gulp-eslint": "^1.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-git": "^0.5.6",
"gulp-istanbul": "^0.9.0",
"gulp-mocha": "^2.0.0",
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-sequence": "^0.3.1",
"gulp-shell": "^0.2.11",
"yeoman-assert": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hipster-labs/generator-jhipster-material.git"
},
"engines": {
"node": ">=0.12.0",
"npm": ">=1.4.0"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hipster-labs/generator-jhipster-material/issues"
}
}