mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 18:12:08 -05:00
29 lines
600 B
JSON
29 lines
600 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|