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.
 
 
 

20 lines
476 B

{
"name": "tippin-badge",
"version": "1.0.0",
"description": "Readme badge generator for tippin.me",
"main": "index.html",
"repository": "lukechilds/tippin-badge",
"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"
},
"dependencies": {
"modern-normalize": "^0.5.0"
}
}