Files
html5-boilerplate/dist/package.json
Rob Larsen fa9a016eef Docs and docs and docs
I added some package.json stuff, took out some stuff that you'd have to be a web development trivia nerd to even know about anymore (I lived through it and I don't remember) and did some formatting. One more pass and extra 👀 on it and this will be good to go.
2020-05-26 22:11:54 -04:00

26 lines
477 B
JSON

{
"name": " ",
"version": "0.0.1",
"description": "",
"scripts": {
"start": "npm run build && npm run dev",
"build": "parcel build index.html",
"dev": "parcel index.html --open",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"h5bp",
"template",
"front-end"
],
"author": {
"name" : "",
"email" : "",
"url" : ""
},
"license": "",
"devDependencies": {
"parcel-bundler": "^1.12.4"
}
}