Skip to content

Instantly share code, notes, and snippets.

@benaadams
Last active August 29, 2015 14:27
Show Gist options
  • Select an option

  • Save benaadams/aefd60a4372c57963fb7 to your computer and use it in GitHub Desktop.

Select an option

Save benaadams/aefd60a4372c57963fb7 to your computer and use it in GitHub Desktop.
asp.net 5 package json
{
"name": "package",
"version": "1.0.0",
"private": true,
"dependencies": { },
"devDependencies":
{
"browserify": "^11.0.1",
"document-section": "^2.0.0",
"event-stream": "^3.3.1",
"ext-map": "^1.0.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-extname": "^0.2.0",
"gulp-gzip": "^1.2.0",
"gulp-insert": "^0.5.0",
"gulp-jsoncombine": "^1.0.2",
"gulp-minify-css": "^1.2.0",
"gulp-minify-html": "^1.0.4",
"gulp-newer": "^0.5.1",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.2.0",
"markdown-it": "^4.4.0",
"nofactor": "^3.0.0",
"paperclip": "^3.0.16",
"protoclass": "^0.0.6",
"through2": "^2.0.0",
"vinyl-source-stream": "^1.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment