Delete package.json

This commit is contained in:
sky 2023-10-12 21:30:55 -04:00 committed by GitHub
parent 1ecf0b2758
commit 4c238dc4b2

View File

@ -1,28 +0,0 @@
{
"name": "selenite",
"version": "1.0.0",
"description": "Unblocked games site",
"main": "index.html",
"scripts": {
"start": "serve",
"build": "echo no building"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skysthelimitt/selenite.git"
},
"keywords": [
"static",
"template",
"codesandbox"
],
"author": "Ives van Hoorne",
"license": "MIT",
"bugs": {
"url": "https://github.com/skysthelimitt/selenite/issues"
},
"homepage": "https://github.com/skysthelimitt/selenite",
"devDependencies": {
"serve": "^11.2.0"
}
}