website/package.json

25 lines
595 B
JSON
Raw Normal View History

2022-02-19 01:03:46 -05:00
{
"name": "bitgoblin-website",
"version": "0.1.0",
"description": "The Bit Goblin official website",
"main": "index.js",
"scripts": {
"watch": "nodemon index.js",
2022-02-19 01:03:46 -05:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "gitea@git.metaunix.net:bitgoblin/website.git"
},
"author": "Gregory Ballantine <gballantine@bitgoblin.tech>",
"license": "BSD-2-Clause",
"dependencies": {
"express": "^4.17.3",
"node-sass-middleware": "^1.0.1",
"pug": "^3.0.2"
},
"devDependencies": {
"nodemon": "^2.0.15"
2022-02-19 01:03:46 -05:00
}
}