15 lines
296 B
JSON
15 lines
296 B
JSON
{
|
|
"name": "gum",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "scripts.js",
|
|
"scripts": {
|
|
"start": "browser-sync start --directory --server --files \"*.css, *.html, *.js\""
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"browser-sync": "^2.12.5 <2.23.2"
|
|
}
|
|
}
|