website/package.json

29 lines
678 B
JSON
Raw Permalink 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": {
"dev": "gulp",
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",
"pug": "^3.0.2"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-coffee": "^3.0.3",
"gulp-nodemon": "^2.5.0",
"gulp-sass": "^5.1.0",
"node-sass": "^7.0.1",
"nodemon": "^2.0.15"
2022-02-19 01:03:46 -05:00
}
}