forked from Magillem/generator-jhipster-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.6 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
{
"name": "generator-jhipster-pages",
"version": "2.0.4",
"description": "create pages : client only (static), or client and server side. Load data from server, Save data to server, form, table...",
"keywords": [
"yeoman-generator",
"jhipster-module"
],
"homepage": "https://github.com/Magillem/generator-jhipster-pages",
"author": {
"name": "Guillaume DUFOUR",
"email": "[email protected]",
"url": "https://github.com/Dufgui"
},
"files": [
"generators"
],
"main": "generators/app/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Magillem/generator-jhipster-pages.git"
},
"dependencies": {
"chalk": "1.1.3",
"generator-jhipster": ">=4.6.0",
"lodash": "^4.17.4",
"mkdirp": "0.5.1",
"pluralize": "^7.0.0",
"semver": "5.3.0",
"shelljs": "0.5.3",
"yeoman-generator": "1.1.1"
},
"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/Magillem/generator-jhipster-pages/issues"
}
}