forked from jhipster/generator-jhipster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.26 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
{
"name": "generator-jhipster",
"version": "2.27.0",
"description": "Java + Spring + JPA + AngularJS complete dev stack",
"keywords": [
"yeoman-generator",
"Java",
"Spring",
"Spring Security",
"JPA",
"Hibernate",
"AngularJS",
"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": {
"test": "mocha --reporter spec"
},
"dependencies": {
"chalk": "1.1.1",
"cheerio": "0.19.0",
"ejs": "2.3.4",
"html-wiring": "1.2.0",
"insight": "0.7.0",
"lodash": "3.10.1",
"mkdirp": "0.5.1",
"shelljs": "0.5.3",
"pluralize": "1.2.1",
"underscore.string": "3.2.2",
"wordwrap": "1.0.0",
"yeoman-generator": "0.22.2",
"yo": "1.6.0",
"semver": "5.1.0"
},
"devDependencies": {
"fs-extra": "0.26.4",
"mocha": "2.3.4",
"yeoman-assert": "2.1.1",
"yeoman-test": "1.0.0"
},
"engines": {
"node": ">=0.12.0",
"npm": ">=1.4.0"
},
"license": "Apache-2.0"
}