26 lines
549 B
JSON
26 lines
549 B
JSON
{
|
|
"name": "loli-safe",
|
|
"version": "1.0.0",
|
|
"description": "Pomf-like uploading service, written in node",
|
|
"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": {
|
|
"body-parser": "^1.16.0",
|
|
"express": "^4.14.0",
|
|
"knex": "^0.12.6",
|
|
"multer": "^1.2.1",
|
|
"randomstring": "^1.1.5",
|
|
"sqlite3": "^3.1.8"
|
|
}
|
|
}
|