-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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-dgp-api-aspnetcore",
"version": "12.0.2",
"description": "Generator for an ASP.NET Core API project.",
"homepage": "https://github.com/digipolisantwerp/generator-dgp-api-aspnetcore_yeoman",
"author": {
"name": "digipolis.be",
"email": "",
"url": "https://github.com/digipolisantwerp/generator-dgp-api-aspnetcore_yeoman"
},
"files": [
"generators/app",
"!/**/bin/",
"!/**/obj/"
],
"main": "generators/app/index.js",
"keywords": [
"yeoman-generator"
],
"dependencies": {
"@ljharb/eslint-config": "^21.0.0",
"chalk": "^4.1.0",
"del": "^6.1.1",
"node-dir": "^0.1.17",
"rimraf": "^3.0.2",
"update-notifier": "^5.1.0",
"uuid": "8.3.2",
"yeoman-generator": "^5.6.1",
"yeoman-test": "^6.3.0",
"yosay": "^2.0.2"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-eslint": "^4.0.2",
"gulp-exclude-gitignore": "^1.2.0",
"gulp-plumber": "^1.2.1",
"yeoman-assert": "^3.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/digipolisantwerp/generator-dgp-api-aspnetcore_yeoman"
},
"scripts": {
"test": "gulp"
},
"private": false
}