15 lines
346 B
JSON
15 lines
346 B
JSON
|
{
|
||
|
"name": "snipbot",
|
||
|
"version": "1.0.0",
|
||
|
"description": "bot to make life at Snipette easier (and fun!)",
|
||
|
"main": "index.js",
|
||
|
"repository": "https://gitlab.com/snipettemag/snipbot",
|
||
|
"author": "Badri Sunderarajan",
|
||
|
"license": "MIT",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"body-parser": "^1.19.0",
|
||
|
"express": "^4.17.1"
|
||
|
}
|
||
|
}
|