2018-07-23 16:58:23 -04:00
|
|
|
{
|
|
|
|
"name": "len0rd_net",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "src for lenords.net",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2018-07-30 16:59:41 -04:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2018-07-30 22:02:00 -04:00
|
|
|
"prestart": "node prestart.js"
|
2018-07-23 16:58:23 -04:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
2022-06-20 21:55:50 -04:00
|
|
|
"homepage": "https://github.com/len0rd/personal-website",
|
2018-07-23 16:58:23 -04:00
|
|
|
"dependencies": {
|
2018-08-05 13:06:18 -04:00
|
|
|
"dynamic-scrollspy": "^0.2.0",
|
2022-06-20 18:40:28 -04:00
|
|
|
"ejs": "^3.1.8",
|
2021-06-07 20:35:05 -04:00
|
|
|
"express": "^4.17.1",
|
2022-06-21 21:02:32 -04:00
|
|
|
"markdown-it": "^13.0.1",
|
2022-06-21 22:22:56 -04:00
|
|
|
"markdown-it-hashtag": "^0.4.0",
|
2021-06-07 20:35:05 -04:00
|
|
|
"mkdirp": "^1.0.4",
|
2022-06-20 21:55:50 -04:00
|
|
|
"showdown": "^2.1.0",
|
|
|
|
"showdown-highlight": "^3.0.0"
|
2018-07-23 16:58:23 -04:00
|
|
|
}
|
|
|
|
}
|