2017-01-13 08:34:21 +01:00
|
|
|
{
|
|
|
|
"name": "loli-safe",
|
2017-01-31 07:44:19 +01:00
|
|
|
"version": "2.1.0",
|
2017-01-14 22:13:58 +01:00
|
|
|
"description": "Pomf-like uploading service, written in node",
|
2017-01-13 08:34:21 +01:00
|
|
|
"author": "kanadeko",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/kanadeko/loli-safe"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/kanadeko/loli-safe/issues"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=7.0.0"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2017-01-29 08:19:30 +01:00
|
|
|
"bcrypt": "^1.0.2",
|
2017-01-19 06:37:35 +01:00
|
|
|
"body-parser": "^1.16.0",
|
2017-01-13 08:34:21 +01:00
|
|
|
"express": "^4.14.0",
|
2017-02-01 23:46:10 +01:00
|
|
|
"express-rate-limit": "^2.6.0",
|
2017-01-22 22:01:39 +01:00
|
|
|
"gm": "^1.23.0",
|
2017-01-13 08:34:21 +01:00
|
|
|
"knex": "^0.12.6",
|
|
|
|
"multer": "^1.2.1",
|
|
|
|
"randomstring": "^1.1.5",
|
|
|
|
"sqlite3": "^3.1.8"
|
|
|
|
}
|
|
|
|
}
|