forked from OmniSharp/generator-aspnet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 1.74 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
{
"name": "generator-aspnet-xtianus",
"version": "0.0.9",
"description": "Yeoman generator for ASP.NET 5 apps",
"license": "Apache-2.0",
"main": "app/index.js",
"repository": "xtianus79/generator-aspnet",
"homepage": "https://github.com/xtianus79/generator-aspnet",
"bugs": "https://github.com/xtianus79/generator-aspnet/issues",
"author": {
"name": "Christian Matthias",
"email": "[email protected]",
"url": "https://github.com/xtianus79"
},
"contributors": [
{
"name": "Christian Matthias",
"email": "[email protected]",
"url": "https://github.com/xtianus79"
},
{
"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]"
},
{
"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",
"aspnet",
"ASP",
"net",
"vNext",
"dnx",
"foundation"
],
"dependencies": {
"chai": "~2.3.0",
"chalk": "~1.0.0",
"uuid": "^2.0.1",
"yeoman-generator": "~0.17.7",
"yosay": "~1.0.4",
"mkdirp": "^0.5.1",
"vs_projectname": "^1.0.0",
"yosay": "^1.0.0"
},
"devDependencies": {
"mocha": "^2.2.3"
},
"scripts": {
"test": "mocha"
}
}