tvl-depot/website/goals/package.json

16 lines
270 B
JSON
Raw Normal View History

{
"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"
}
}