forked from jhipster/generator-jhipster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.78 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
{
"name": "generator-jhipster",
"version": "4.5.6",
"description": "Spring Boot + Angular in one handy generator",
"files": [
"cli",
"generators"
],
"keywords": [
"yeoman-generator",
"Java",
"Spring",
"Spring Boot",
"Spring Security",
"JPA",
"Hibernate",
"AngularJS",
"Angular",
"Twitter Bootstrap"
],
"homepage": "http://jhipster.github.io/",
"bugs": "https://github.com/jhipster/generator-jhipster/issues",
"author": {
"name": "Julien Dubois",
"email": "",
"url": "https://github.com/jdubois"
},
"main": "cli/index.js",
"bin": {
"jhipster": "./cli/jhipster.js"
},
"repository": {
"type": "git",
"url": "git://github.com/jhipster/generator-jhipster.git"
},
"scripts": {
"install": "tabtab install --name jhipster --auto",
"pretest": "eslint .",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"test": "mocha --timeout 20000 --slow 0 --reporter spec"
},
"dependencies": {
"chalk": "1.1.3",
"cheerio": "0.22.0",
"commander": "2.10.0",
"didyoumean": "1.2.1",
"ejs": "2.5.6",
"glob": "7.1.2",
"html-wiring": "1.2.0",
"insight": "0.8.4",
"jhipster-core": "1.3.4",
"js-yaml": "3.8.4",
"lodash": "4.17.4",
"mkdirp": "0.5.1",
"pluralize": "5.0.0",
"randexp": "0.4.5",
"semver": "5.3.0",
"shelljs": "0.7.8",
"tabtab": "2.2.2",
"yeoman-environment": "2.0.0",
"yeoman-generator": "1.1.1"
},
"devDependencies": {
"eslint": "4.1.0",
"eslint-config-airbnb-base": "11.2.0",
"eslint-plugin-import": "2.6.0",
"fs-extra": "3.0.1",
"mocha": "3.4.2",
"yeoman-assert": "3.0.0",
"yeoman-test": "1.6.0"
},
"engines": {
"node": ">=6.9.0",
"npm": ">=2.14.2"
},
"license": "Apache-2.0"
}