Skip to content

Instantly share code, notes, and snippets.

@csharpfritz
Last active April 29, 2016 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csharpfritz/f0b9b3a869b91abc8c4d156fd64ad43c to your computer and use it in GitHub Desktop.
Save csharpfritz/f0b9b3a869b91abc8c4d156fd64ad43c to your computer and use it in GitHub Desktop.
Simple npm configuration for ASP.NET WebForms
{
"version": "1.0.0",
"name": "asp.net",
"private": true,
"devDependencies": {
"gulp": "3.9.1",
"gulp-concat": "2.6.0",
"gulp-cssmin": "0.1.7",
"gulp-uglify": "1.5.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment