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.
19 lines
484 B
19 lines
484 B
{
|
|
"name": "personal-website",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"description": "A nice introduction to my chaos",
|
|
"scripts": {
|
|
"test": "node test_runner"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Raymonzut/Personal-Website.git"
|
|
},
|
|
"author": "Raymonzut",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Raymonzut/Personal-Website/issues"
|
|
},
|
|
"homepage": "https://github.com/Raymonzut/Personal-Website#readme"
|
|
}
|
|
|