mirror of
https://github.com/len0rd/personal-website.git
synced 2025-03-01 03:51:57 -05:00
24 lines
555 B
JSON
24 lines
555 B
JSON
|
{
|
||
|
"name": "len0rd_net",
|
||
|
"version": "0.0.1",
|
||
|
"description": "src for lenords.net",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/len0rd/personal-website.git"
|
||
|
},
|
||
|
"author": "len0rd",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/len0rd/personal-website/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/len0rd/personal-website#readme",
|
||
|
"dependencies": {
|
||
|
"ejs": "^2.6.1",
|
||
|
"express": "^4.16.3"
|
||
|
}
|
||
|
}
|