This repository has been archived by the owner on Jul 6, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
85 lines (85 loc) · 2.15 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "generator-jhipster-react",
"version": "0.0.0",
"description": "A Jhipster based generator to create react + spring boot application",
"homepage": "https://github.com/hipster-labs/generator-jhipster-react",
"author": {
"name": "Deepu KS",
"email": "[email protected]",
"url": "https://deepu105.github.io"
},
"contributors": [
"Deepu KS <[email protected]> (https://deepu105.github.io)",
"Sendil Kumar N <[email protected]> (https://sendilkumarn.js.org)",
"Yuri <[email protected]> (http://ykushch.net)",
"gdoslu (https://github.com/gdoslu)"
],
"files": [
"generators/app",
"generators/entity"
],
"main": "generators/app/index.js",
"keywords": [
"yeoman-generator",
"jhipster-module" ,
"Jhipster-react",
"JHipster",
"Java",
"Spring",
"Spring Security",
"JPA",
"Hibernate",
"ReactJS",
"Material UI",
"Material",
"Paper",
"React"
],
"dependencies": {
"chalk": "1.1.3",
"lodash": "4.17.4",
"mkdirp": "0.5.1",
"shelljs": "0.7.7",
"semver": "5.3.0",
"yeoman-generator": "1.1.1",
"generator-jhipster": "latest",
"underscore.string": "3.2.2"
},
"devDependencies": {
"gulp": "^3.6.0",
"gulp-bump": "^0.1.11",
"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",
"eslint": "3.17.1",
"eslint-config-airbnb-base": "11.1.1",
"eslint-plugin-import": "2.2.0",
"fs-extra": "2.1.0",
"mocha": "3.2.0",
"yeoman-assert": "3.0.0",
"yeoman-test": "1.6.0"
},
"scripts": {
"pretest": "eslint .",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"test": "mocha --timeout 20000 --slow 0 --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hipster-labs/generator-jhipster-react.git"
},
"engines": {
"node": ">=6.9.0",
"npm": ">=2.14.2"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hipster-labs/generator-jhipster-react/issues"
}
}