-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 883 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
{
"name": "generator-c8y",
"version": "0.25.1",
"description": "Yeoman generator for Cumulocity frontend development",
"files": [
"generators"
],
"keywords": [
"yeoman-generator",
"cumulocity",
"c8y",
"c8y-frontend",
"c8y-ui"
],
"homepage": "https://github.com/dwiyatci/generator-c8y",
"bugs": "https://github.com/dwiyatci/generator-c8y/issues",
"license": "MIT",
"author": "Glenn Dwiyatcita <[email protected]> (https://tiny.cc/dwiyatci)",
"repository": {
"type": "git",
"url": "https://github.com/dwiyatci/generator-c8y.git"
},
"dependencies": {
"lodash": "4.17.15",
"yeoman-generator": "4.1.0",
"yosay": "2.0.2"
},
"devDependencies": {
"prettier": "1.18.2"
},
"scripts": {
"install:clean": "yarn upgrade || yarn install",
"update": "yarn upgrade-interactive --latest"
}
}