-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.35 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
{
"name": "generator-jhipster-fortune",
"version": "0.1.0",
"description": "Sample JHipster module, generates a \"fortune cookie\" page in your JHipster application",
"homepage": "https://github.com/jdubois/generator-jhipster-fortune",
"author": {
"name": "Julien Dubois",
"email": "julien.dubois@gmail.com",
"url": "http://www.julien-dubois.com/"
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"yeoman-generator",
"jhipster-module"
],
"dependencies": {
"yeoman-generator": "1.1.1",
"chalk": "1.1.3",
"mkdirp": "0.5.1",
"generator-jhipster": ">=4.1.0"
},
"devDependencies": {
"eslint": "3.17.1",
"eslint-config-airbnb-base": "11.1.1",
"eslint-plugin-import": "2.2.0",
"fs-extra": "2.1.2",
"gulp": "3.9.1",
"gulp-bump": "2.7.0",
"gulp-eslint": "3.0.1",
"gulp-exclude-gitignore": "1.1.1",
"gulp-git": "2.1.0",
"gulp-istanbul": "1.1.1",
"gulp-mocha": "3.0.1",
"gulp-nsp": "2.4.2",
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-sequence": "0.4.6",
"gulp-shell": "0.6.3",
"mocha": "3.2.0",
"yeoman-assert": "3.0.0",
"yeoman-test": "1.6.0"
},
"scripts": {
"test": "mocha test/*"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jdubois/generator-jhipster-fortune/issues"
}
}