You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
611 B
JSON
27 lines
611 B
JSON
{
|
|
"name": "unboundedpress",
|
|
"version": "1.0.0",
|
|
"description": "node website for michael winter",
|
|
"main": "app.js",
|
|
"dependencies": {
|
|
"async": "^3.1.0",
|
|
"bibtex-parse-js": "0.0.24",
|
|
"consolidate": "^0.15.1",
|
|
"cookie-parser": "^1.4.4",
|
|
"express": "^4.17.1",
|
|
"handlebars": "^4.1.2",
|
|
"jade": "^1.11.0",
|
|
"moment": "^2.24.0",
|
|
"mongodb": "^3.2.7",
|
|
"morgan": "^1.9.1",
|
|
"request": "^2.88.0",
|
|
"serve-favicon": "^2.5.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "node ./bin/www"
|
|
},
|
|
"author": "michael winter",
|
|
"license": "GPL-3.0-or-later"
|
|
}
|