v3.0.0/package.json

48 lines
973 B
JSON
Raw Normal View History

2017-01-13 08:34:21 +01:00
{
"name": "loli-safe",
2017-02-07 09:14:01 +01:00
"version": "2.2.0",
"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/WeebDev/lolisafe"
2017-01-13 08:34:21 +01:00
},
"bugs": {
"url": "https://github.com/WeebDev/loli-safe/issues"
2017-01-13 08:34:21 +01:00
},
"engines": {
"node": ">=7.0.0"
},
"license": "MIT",
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "^1.16.0",
2017-01-13 08:34:21 +01:00
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
2017-02-01 23:46:10 +01:00
"express-rate-limit": "^2.6.0",
"fluent-ffmpeg": "^2.1.0",
2017-01-22 22:01:39 +01:00
"gm": "^1.23.0",
2017-04-27 09:04:19 +02:00
"helmet": "^3.5.0",
2017-01-13 08:34:21 +01:00
"knex": "^0.12.6",
"multer": "^1.2.1",
"randomstring": "^1.1.5",
"sqlite3": "^3.1.11"
},
"devDependencies": {
"eslint": "^4.4.1",
"eslint-config-aqua": "^1.4.1"
},
"eslintConfig": {
"extends": [
"aqua"
],
"env": {
"browser": true,
"node": true
},
"rules": {
"func-names": 0
}
2017-01-13 08:34:21 +01:00
}
}