-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.08 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
{
"author": {
"email": "[email protected]",
"name": "Hasan Karahan",
"url": "https://github.com/hsk81"
},
"contributors": [
{
"email": "[email protected]",
"name": "Hasan Karahan"
}
],
"dependencies": {
"@dizmo/generator-dizmo": "^10.10.13",
"chalk": "^4.1.1",
"lodash": "^4.17.21",
"rimraf": "^5.0.1",
"shelljs": "^0.8.5",
"yeoman-generator": "^5.9.0",
"yosay": "^2.0.2"
},
"description": "@dizmo/dizmo-vue: a dizmo generator for Vue.js projects",
"devDependencies": {
"mocha": "^10.2.0",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^6.3.0"
},
"files": [
"generators/app"
],
"homepage": "https://github.com/dizmo/yeoman-generator-dizmo-vue",
"keywords": [
"yeoman-generator",
"dizmo",
"vue",
"generator",
"dizmoGen"
],
"license": "ISC",
"name": "@dizmo/generator-dizmo-vue",
"repository": {
"type": "git",
"url": "[email protected]:dizmo/yeoman-generator-dizmo-vue.git"
},
"scripts": {
"test": "npx mocha test --recursive"
},
"version": "2.1.29"
}