tvl-depot/website/goals/package.json
William Carroll 89cd77a64b Create wpcarro.dev/goals
Create a simple React app to define my goals. See the goals/README.md for more
context.
2020-03-25 16:30:22 +00:00

15 lines
270 B
JSON

{
"name": "goals",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "browser-sync start --server --files *"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.26.7"
}
}