-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.07 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
{
"author": {
"name": "Hasan Karahan",
"email": "hasan.karahan@blackhan.com",
"url": "https://github.com/hsk81"
},
"dependencies": {
"chalk": "^4.1.2",
"lodash": "^4.17.21",
"rimraf": "^3.0.2",
"shelljs": "^0.8.5",
"yeoman-generator": "^5.7.0",
"yosay": "^2.0.2"
},
"description": "@dizmo/module: a module generator for JavaScript, CoffeeScript and TypeScript",
"devDependencies": {
"mocha": "^10.0.0",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^6.3.0"
},
"files": [
"generators/app",
"generators/sub-coffeescript",
"generators/sub-typescript"
],
"homepage": "https://github.com/dizmo/yeoman-generator-module",
"keywords": [
"yeoman-generator",
"module",
"generator",
"javascript",
"typescript",
"coffeescript",
"dizmoMod"
],
"license": "ISC",
"name": "@dizmo/generator-module",
"repository": {
"type": "git",
"url": "git+https://github.com/dizmo/yeoman-generator-module.git"
},
"scripts": {
"test": "npx mocha test --recursive"
},
"version": "2.4.37"
}