Created
February 9, 2016 02:37
-
-
Save dcomartin/38684a08e9c622b2bab0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "1.0.0-*", | |
"compilationOptions": { | |
"emitEntryPoint": true | |
}, | |
"resource": [ | |
"fakedata.json" | |
], | |
"dependencies": { | |
"Microsoft.AspNet.IISPlatformHandler": "1.0.0-rc1-final", | |
"Microsoft.AspNet.Owin": "1.0.0-rc1-final", | |
"Microsoft.AspNet.Server.Kestrel": "1.0.0-rc1-final", | |
"Nancy.Linker": "0.3.0" | |
}, | |
"commands": { | |
"web": "Microsoft.AspNet.Server.Kestrel" | |
}, | |
"frameworks": { | |
"dnx451": { | |
"dependencies": { | |
"Nancy": "1.4.3", | |
"Nancy.Owin": "1.4.1" | |
} | |
} | |
}, | |
"exclude": [ | |
"wwwroot", | |
"node_modules" | |
], | |
"publishExclude": [ | |
"**.user", | |
"**.vspscc" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment