{
"name": "gum",
"version": "1.0.0",
"description": "",
"main": "scripts.js",
"scripts": {
"start" : "browser-sync start --directory --server --files '*.css, *.html, *.js' --https"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.12.5"
}
}