forked from pauldotknopf/JavaScriptViewEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.mvc5.json
More file actions
36 lines (33 loc) · 993 Bytes
/
project.mvc5.json
File metadata and controls
36 lines (33 loc) · 993 Bytes
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
{
"version": "1.3.0-*",
"title": "JavaScriptViewEngine.Mvc5",
"description": "An ASP.NET ViewEngine that uses javscript to render markup (for universal rendering).",
"packOptions": {
"summary": "An ASP.NET ViewEngine that uses javscript to render markup (for universal rendering)",
"tags": [ "JavaScript", "aspnet", "mvc", "viewengine" ],
"projectUrl": "https://github.com/pauldotknopf/JavaScriptViewEngine",
"licenseUrl": "https://github.com/pauldotknopf/JavaScriptViewEngine/blob/master/LICENSE"
},
"authors": [ "Paul" ],
"copyright": "2016",
"buildOptions": {
"embed": [
"NodeServices/Content/**/*"
],
"define": [ "NET451", "MVC5" ]
},
"dependencies": {
"Newtonsoft.Json": "8.0.3",
"Microsoft.AspNet.Mvc": "5.2.3",
"Owin": "1.0.0",
"Microsoft.Owin": "3.0.1"
},
"frameworks": {
"net45": {
"frameworkAssemblies": {
"System.Web": "4.0.0.0",
"System.Net.Http": "4.0.0.0"
}
}
}
}