-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
48 lines (48 loc) · 1007 Bytes
/
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
{
"name": "generator-mendix",
"version": "2.2.5",
"description": "Mendix Widget generator",
"license": "MIT",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "https://github.com/mendix/generator-mendix"
},
"author": {
"name": "Jelte Lagendijk",
"email": "jelte.lagendijk@mendix.com",
"url": "https://github.com/JelteMX"
},
"scripts": {
"test": "mocha"
},
"files": [
"generators"
],
"keywords": [
"yeoman-generator",
"scaffold",
"mendix",
"widget",
"scaffold"
],
"bugs": {
"url": "https://github.com/mendix/generator-mendix/issues"
},
"dependencies": {
"chalk": "^2.4.2",
"extfs": "0.0.7",
"semver": "^6.3.0",
"xml2js": "^0.4.21",
"yeoman-generator": "4.0.2"
},
"devDependencies": {
"fs-extra": "8.1.0",
"lodash": "^4.17.15",
"mocha": "^6.2.0",
"mock-spawn": "^0.2.6",
"string-template": "1.0.0",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^2.0.0"
}
}