forked from jhipster/generator-jhipster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·55 lines (55 loc) · 1.12 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
{
"name": "generator-jhipster",
"version": "2.1.1",
"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": {
"yeoman-generator": "0.17.7",
"cheerio": "0.17.0",
"underscore.string": "2.3.3",
"shelljs": "0.3.0",
"chalk": "0.5.1",
"grunt": "0.4.5",
"insight": "0.4.3"
},
"devDependencies": {
"grunt": "0.4.5",
"mocha": "1.21.5"
},
"peerDependencies": {
"yo": ">=1.3.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.4.0"
},
"licenses": [
{
"type": "Apache 2.0"
}
]
}