forked from OmniSharp/generator-aspnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.26 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
{
"name": "generator-aspnet",
"version": "0.0.31",
"description": "Yeoman generator for ASP.NET 5 apps",
"license": "Apache License 2.0",
"main": "app/index.js",
"repository": "OmniSharp/generator-aspnet",
"contributors": [
{
"name": "Sourabh Shirhatti",
"email": "shirhatti@outlook.com",
"url": "https://github.com/shirhatti"
},
{
"name": "Sayed Hashimi",
"email": "sayed.hashimi@gmail.com"
},
{
"name": "Shayne Boyer",
"email": "spboyer@live.com",
"url": "https://github.com/spboyer"
},
{
"name": "Jonathan Channon",
"email": "jonathan@jonathanchannon.com"
},
{
"name": "Peter Blazejewicz",
"email": "peter.blazejewicz@gmail.com",
"url": "https://github.com/peterblazejewicz"
},
{
"name": "Suhas Joshi",
"email": "suhasbjoshi@hotmail.com"
}
],
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"yeoman-generator",
"ASP.NET",
"aspnet",
"ASP",
"net",
"vNext"
],
"dependencies": {
"chai": "^1.10.0",
"chalk": "~0.4.0",
"mocha": "^2.1.0",
"yeoman-generator": "~0.18.5",
"yosay": "^0.1.0"
},
"peerDependencies": {
"yo": ">=1.0.0"
},
"scripts": {
"test": "mocha"
}
}