personal-website/package.json

29 lines
712 B
JSON
Raw Normal View History

2018-07-23 16:58:23 -04:00
{
"name": "len0rd_net",
"version": "0.0.1",
"description": "src for lenords.net",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"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"
},
"homepage": "https://github.com/len0rd/personal-website#readme",
"dependencies": {
"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",
"mkdirp": "^1.0.4",
"showdown": "^1.9.1",
2021-06-07 20:35:05 -04:00
"showdown-highlight": "^2.1.8"
2018-07-23 16:58:23 -04:00
}
}