mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-09 14:48:02 -05:00
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.
26 lines
477 B
JSON
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"
|
|
}
|
|
}
|