forked from jhipster/generator-jhipster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.57 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
{
"name": "generator-jhipster",
"version": "4.2.0",
"description": "Spring Boot + Angular in one handy generator",
"files": [
"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": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/jhipster/generator-jhipster.git"
},
"scripts": {
"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",
"ejs": "2.5.6",
"glob": "7.1.1",
"html-wiring": "1.2.0",
"insight": "0.8.4",
"jhipster-core": "1.2.9",
"js-yaml": "3.8.2",
"lodash": "4.17.4",
"mkdirp": "0.5.1",
"pluralize": "4.0.0",
"randexp": "0.4.5",
"semver": "5.3.0",
"shelljs": "0.7.7",
"yeoman-generator": "1.1.1",
"yo": "1.8.5"
},
"devDependencies": {
"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"
},
"engines": {
"node": ">=6.9.0",
"npm": ">=2.14.2"
},
"license": "Apache-2.0"
}