forked from SAP/generator-easy-ui5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.05 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
{
"name": "generator-easy-ui5",
"version": "1.0.3",
"description": "Generator for OpenUI5-based web-apps which use the official UI5 tooling and support deployment targets such as the SAP Cloud Platform",
"main": "generators/app/index.js",
"files": [
"generators",
"app",
"newview",
"newcontrol",
"newcomponentusage",
"newmodel"
],
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SAP/generator-easy-ui5.git"
},
"keywords": [
"yeoman-generator",
"sap",
"sapui5",
"openui5",
"sapcloudplatform",
"cloudplatform",
"generator",
"scaffold"
],
"author": "SAP",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SAP/generator-easy-ui5/issues"
},
"homepage": "https://github.com/SAP/generator-easy-ui5#readme",
"dependencies": {
"glob": "^7.1.6",
"yeoman-generator": "^4.2.0"
},
"devDependencies": {
"execa": "^3.4.0",
"mocha": "^6.2.2",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^2.0.0"
}
}