forked from ruddell/generator-jhipster-ionic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.4 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-ionic",
"version": "2.1.5",
"description": "Generates an ionic frontend from an existing JHipster project",
"keywords": [
"yeoman-generator",
"jhipster-module"
],
"homepage": "https://github.com/ruddell/generator-jhipster-ionic",
"bugs": "https://github.com/ruddell/generator-jhipster-ionic/issues",
"author": {
"name": "Jon Ruddell",
"email": "[email protected]",
"url": "https://jruddell.com"
},
"files": [
"generators"
],
"main": "generators/app/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ruddell/generator-jhipster-ionic.git"
},
"dependencies": {
"yeoman-generator": "0.22.4",
"chalk": "1.1.1",
"mkdirp": "0.5.1",
"generator-jhipster": ">3.1.0",
"generator-m-ionic": "1.8.0",
"fs-extra": "0.26.4",
"shelljs": "0.6.0",
"cordova": "6.2.0"
},
"devDependencies": {
"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"
}