Skip to content

Instantly share code, notes, and snippets.

@darrenjrobinson
Last active January 16, 2017 00:53
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 darrenjrobinson/cd103a8f7615b98b813c4d8725bb6e5f to your computer and use it in GitHub Desktop.
Save darrenjrobinson/cd103a8f7615b98b813c4d8725bb6e5f to your computer and use it in GitHub Desktop.
PowershellUI NodeJS package.json
{
"name": "powershell-command-executor-ui",
"version": "1.0.0-beta.1",
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.15.2",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.14.0",
"jade": "~1.11.0",
"morgan": "~1.7.0",
"serve-favicon": "~2.3.2",
"stateful-process-command-proxy": "latest",
"powershell-command-executor": "latest",
"angular-ui-bootstrap": "~2.4.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment