forked from OmniSharp/generator-aspnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 1.65 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "generator-aspnet",
"version": "0.3.3",
"description": "Yeoman generator for ASP.NET Core apps",
"license": "Apache-2.0",
"main": "app/index.js",
"repository": "OmniSharp/generator-aspnet",
"contributors": [
{
"name": "Sourabh Shirhatti",
"email": "[email protected]",
"url": "https://github.com/shirhatti"
},
{
"name": "Sayed Hashimi",
"email": "[email protected]"
},
{
"name": "Shayne Boyer",
"email": "[email protected]",
"url": "https://github.com/spboyer"
},
{
"name": "Jonathan Channon",
"email": "[email protected]",
"url": "https://github.com/jchannon"
},
{
"name": "Peter Blazejewicz",
"email": "[email protected]",
"url": "https://github.com/peterblazejewicz"
},
{
"name": "Suhas Joshi",
"email": "[email protected]"
}
],
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"yeoman-generator",
"ASP.NET",
"ASP.NET Core",
"aspnet",
"aspnet core",
"ASP",
".net",
"net",
"core",
"dnx"
],
"dependencies": {
"chai": "^3.3.0",
"chalk": "^1.1.3",
"findup-sync": "^0.3.0",
"mkdirp": "^0.5.1",
"nconf": "^0.8.2",
"uuid": "^2.0.1",
"vs_projectname": "^1.0.0",
"yeoman-generator": "^0.19.2",
"yosay": "^1.2.0"
},
"devDependencies": {
"mocha": "^2.3.3"
},
"scripts": {
"test": "mocha"
},
"dotnet": {
"lts": {
"version": "1.0.4",
"targetFramework": "netcoreapp1.0"
},
"current": {
"version": "1.1.1",
"targetFramework": "netcoreapp1.1"
}
}
}