2016-12-05 17:25:20 -05:00
|
|
|
{
|
|
|
|
"name": "modmailbot",
|
2018-03-11 17:21:06 -04:00
|
|
|
"version": "2.5.2",
|
2016-12-05 17:25:20 -05:00
|
|
|
"description": "",
|
2017-03-01 02:59:15 -05:00
|
|
|
"license": "MIT",
|
2016-12-05 17:25:20 -05:00
|
|
|
"main": "src/index.js",
|
|
|
|
"scripts": {
|
2018-02-11 14:54:30 -05:00
|
|
|
"start": "node src/index.js",
|
2017-09-19 13:23:55 -04:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"lint": "./node_modules/.bin/eslint ./src"
|
2016-12-05 17:25:20 -05:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"dependencies": {
|
2018-02-11 14:54:30 -05:00
|
|
|
"eris": "^0.8.4",
|
2017-02-14 17:57:41 -05:00
|
|
|
"humanize-duration": "^3.10.0",
|
2017-12-24 15:04:08 -05:00
|
|
|
"knex": "^0.14.2",
|
2016-12-16 02:26:05 -05:00
|
|
|
"mime": "^1.3.4",
|
2018-03-11 15:40:21 -04:00
|
|
|
"moment": "^2.21.0",
|
2017-07-23 19:41:31 -04:00
|
|
|
"public-ip": "^2.0.1",
|
2017-12-24 15:04:08 -05:00
|
|
|
"sqlite3": "^3.1.13",
|
|
|
|
"transliteration": "^1.6.2",
|
|
|
|
"uuid": "^3.1.0"
|
2016-12-05 17:25:20 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^3.9.1"
|
|
|
|
}
|
|
|
|
}
|