You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
416 B

{
"name": "doge-seed-website",
"version": "1.0.0",
"description": "Website for lukechilds/doge-seed",
"main": "index.html",
"repository": "lukechilds/doge-seed",
"author": "Luke Childs <lukechilds123@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html"
},
"devDependencies": {
"parcel-bundler": "^1.11.0"
}
}