-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.3 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-qmui",
"version": "3.3.0",
"description": "A Yeoman generator for QMUI Web",
"homepage": "http://qmuiteam.com/web/",
"author": {
"name": "QMUI Team",
"email": "[email protected]",
"url": "http://qmuiteam.com"
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"QMUI Web",
"Workflow",
"QMUI",
"yeoman-generator"
],
"dependencies": {
"ansi-colors": "^3.2.3",
"chalk": "^2.4.2",
"fancy-log": "^2.0.0",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"yeoman-generator": "^0.24.1",
"yosay": "^2.0.2"
},
"devDependencies": {
"eslint": "^8.31.0",
"eslint-config-xo-space": "^0.34.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-exclude-gitignore": "^1.2.0",
"gulp-istanbul": "^1.1.3",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-mocha": "^8.0.0",
"gulp-plumber": "^1.2.1",
"yeoman-assert": "^3.1.0",
"yeoman-test": "^1.7.0"
},
"eslintConfig": {
"env": {
"mocha": true
}
},
"repository": "QMUI/generator-qmui",
"scripts": {
"test": "gulp"
},
"license": "MIT"
}