-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 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
54
{
"name": "generator-jhipster-ionic",
"version": "4.0.0",
"description": "A JHipster Module that generates an Ionic Client.",
"keywords": [
"yeoman-generator",
"jhipster",
"jhipster-module",
"ionic"
],
"homepage": "https://github.com/oktadeveloper/generator-jhipster-ionic",
"author": {
"name": "Matt Raible",
"email": "[email protected]",
"url": "https://developer.okta.com"
},
"files": [
"generators"
],
"main": "generators/app/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/oktadeveloper/generator-jhipster-ionic.git"
},
"dependencies": {
"chalk": "2.4.2",
"cross-spawn": "6.0.5",
"generator-jhipster": ">=6.1.1",
"jsonfile": "5.0.0",
"pluralize": "8.0.0",
"semver": "6.2.0",
"shelljs": "0.8.3"
},
"devDependencies": {
"@angular-devkit/schematics-cli": "0.800.6",
"@oktadev/schematics": "0.8.3",
"chai": "4.2.0",
"eslint": "5.16.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "2.18.0",
"fs-extra": "8.0.1",
"jsdoc": "3.6.2",
"mocha": "6.1.4",
"yeoman-assert": "3.1.1",
"yeoman-test": "2.0.0"
},
"scripts": {
"test": "mocha --timeout 10000 test/*"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/oktadeveloper/generator-jhipster-ionic/issues"
}
}