2016-12-05 17:25:20 -05:00
|
|
|
{
|
|
|
|
"name": "modmailbot",
|
2017-02-14 17:57:41 -05:00
|
|
|
"version": "1.0.0",
|
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": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"dependencies": {
|
2017-02-10 00:34:10 -05:00
|
|
|
"eris": "github:abalabahaha/eris#dev",
|
2017-02-14 17:57:41 -05:00
|
|
|
"humanize-duration": "^3.10.0",
|
2016-12-16 02:26:05 -05:00
|
|
|
"mime": "^1.3.4",
|
2016-12-05 19:29:55 -05:00
|
|
|
"moment": "^2.17.1",
|
2017-07-23 19:41:31 -04:00
|
|
|
"public-ip": "^2.0.1",
|
|
|
|
"transliteration": "^1.6.2"
|
2016-12-05 17:25:20 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^3.9.1"
|
|
|
|
}
|
|
|
|
}
|