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.
23 lines
515 B
23 lines
515 B
{
|
|
"name": "personal-website",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"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",
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"mocha": "^7.1.1"
|
|
}
|
|
}
|
|
|