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.
22 lines
536 B
22 lines
536 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"
|
|
},
|
|
"dependencies": {
|
|
"babel-polyfill": "^6.26.0",
|
|
"modern-normalize": "^0.5.0",
|
|
"nouislider": "^12.1.0"
|
|
}
|
|
}
|
|
|