forked from compodoc/generator-jhipster-compodoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.41 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-compodoc",
"version": "0.0.1",
"description": "JHipster module, additional compodoc support in your JHipster application",
"keywords": [
"yeoman-generator",
"jhipster-module",
"compodoc"
],
"homepage": "https://github.com/compodoc/generator-jhipster-compodoc",
"author": {
"name": "Vincent Ogloblinsky",
"email": "[email protected]",
"url": "https://github.com/compodoc/generator-jhipster-compodoc"
},
"files": [
"generators"
],
"main": "generators/app/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/compodoc/generator-jhipster-compodoc.git"
},
"dependencies": {
"yeoman-generator": "0.24.1",
"chalk": "1.1.3",
"mkdirp": "0.5.1",
"generator-jhipster": "^3.12.1"
},
"devDependencies": {
"fs-extra": "0.26.4",
"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": "MIT",
"bugs": {
"url": "https://github.com/compodoc/generator-jhipster-compodoc/issues"
}
}