{ "name": "website_hugulumu", "version": "1.0.0", "description": "html validator : https://validator.w3.org/nu", "main": "index.js", "directories": { "doc": "docs" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "php -S localhost:8000 & browser-sync start --proxy localhost:8000 --files \"**/*.php,**/*.css,**/*.js\" --port 3000" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "browser-sync": "^3.0.4" } }