Skip to content

Instantly share code, notes, and snippets.

View yhuard's full-sized avatar

Yannick Huard yhuard

  • Software Engineer
  • France
View GitHub Profile
@yhuard
yhuard / package.json
Created February 16, 2017 10:32
Browsersync proxy example
{
"name": "browsersync-proxy-example",
"version": "1.0.0",
"description": "",
"main": "proxy.js",
"scripts": {
"start": "node ./proxy.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",