-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
60 lines (60 loc) · 1.46 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
{
"name": "generator-jhipster-stormpath",
"version": "0.0.3",
"description": "JHipster module, Stormpath integration for JHipster application",
"keywords": [
"yeoman-generator",
"jhipster-module",
"stormpath",
"angularjs",
"spring-boot",
"spring-security",
"javascript",
"java"
],
"homepage": "https://github.com/stormpath/generator-jhipster-stormpath",
"author": {
"name": "Matt Raible",
"email": "[email protected]",
"url": "http://stormpath.com"
},
"files": [
"generators"
],
"main": "generators/app/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/stormpath/generator-jhipster-stormpath.git"
},
"dependencies": {
"yeoman-generator": "0.22.4",
"chalk": "1.1.3",
"mkdirp": "0.5.1",
"generator-jhipster": ">3.0.0"
},
"devDependencies": {
"fs-extra": "0.30.0",
"gulp": "^3.9.0",
"gulp-bump": "1.0.0",
"gulp-eslint": "1.0.0",
"gulp-exclude-gitignore": "1.0.0",
"gulp-git": "1.6.1",
"gulp-istanbul": "0.10.3",
"gulp-mocha": "2.2.0",
"gulp-nsp": "2.3.0",
"gulp-plumber": "1.0.1",
"gulp-rename": "^1.2.0",
"gulp-sequence": "0.4.4",
"gulp-shell": "^0.5.1",
"mocha": "2.3.4",
"yeoman-assert": "2.1.1",
"yeoman-test": "1.0.0"
},
"scripts": {
"test": "mocha test/*"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/stormpath/generator-jhipster-stormpath/issues"
}
}