mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
49 lines
1.3 KiB
JSON
Executable File
49 lines
1.3 KiB
JSON
Executable File
{
|
|
"webroot": "wwwroot",
|
|
"version": "1.0.0-*",
|
|
"tooling": {
|
|
"defaultNamespace": "MusicStore"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Diagnostics": "1.0.0-beta8",
|
|
"Microsoft.AspNet.IISPlatformHandler": "1.0.0-beta8",
|
|
"Microsoft.AspNet.Mvc": "6.0.0-beta8",
|
|
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-beta8",
|
|
"Microsoft.AspNet.Server.Kestrel": "1.0.0-beta8",
|
|
"Microsoft.AspNet.StaticFiles": "1.0.0-beta8",
|
|
"Microsoft.AspNet.Tooling.Razor": "1.0.0-beta8",
|
|
"Microsoft.Framework.Configuration.Json": "1.0.0-beta8",
|
|
"Microsoft.Framework.Logging": "1.0.0-beta8",
|
|
"Microsoft.Framework.Logging.Console": "1.0.0-beta8",
|
|
"Microsoft.Framework.Logging.Debug": "1.0.0-beta8",
|
|
"EntityFramework.SQLite": "7.0.0-beta8",
|
|
"Microsoft.AspNet.Identity.EntityFramework": "3.0.0-beta8",
|
|
"AutoMapper": "4.0.0-alpha1",
|
|
"Microsoft.AspNet.AngularServices": "1.0.0-alpha7"
|
|
},
|
|
"commands": {
|
|
"web": "Microsoft.AspNet.Server.Kestrel"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": {},
|
|
"dnxcore50": {}
|
|
},
|
|
"exclude": [
|
|
"wwwroot",
|
|
"node_modules",
|
|
"bower_components"
|
|
],
|
|
"publishExclude": [
|
|
"node_modules",
|
|
"bower_components",
|
|
"**.xproj",
|
|
"**.user",
|
|
"**.vspscc"
|
|
],
|
|
"scripts": {
|
|
"prepublish": [
|
|
"npm install",
|
|
"gulp"
|
|
]
|
|
}
|
|
} |