mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-10 07:08:02 -05:00
Removing the name, license and dropping the version down. I also adjsted some of the parcel arguments.
22 lines
421 B
JSON
22 lines
421 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": "",
|
|
"license": "",
|
|
"devDependencies": {
|
|
"parcel-bundler": "^1.12.4"
|
|
}
|
|
}
|