JavaScript.30/Geolocation [21-30]/package.json

15 lines
304 B
JSON
Raw Permalink Normal View History

2023-03-14 12:12:35 -07:00
{
"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 <2.23.2"
}
}