Skip to content

Instantly share code, notes, and snippets.

@scottaddie
Created September 26, 2015 03:07
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 scottaddie/f0d6ae1b6c19e885b6fa to your computer and use it in GitHub Desktop.
Save scottaddie/f0d6ae1b6c19e885b6fa to your computer and use it in GitHub Desktop.
package.json with package-script installed
{
"name": "ASP.NET",
"version": "0.0.0",
"scripts": {
"install_global_deps": "node installer.js"
},
"devDependencies": {
"gulp": "3.8.11",
"gulp-concat": "2.5.2",
"gulp-cssmin": "0.1.7",
"gulp-uglify": "1.2.0",
"package-script": "0.0.8",
"rimraf": "2.2.8"
},
"-vs-binding": { "ProjectOpened": [ "install_global_deps" ] }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment