📦 ibakaidov / cover-test-task

📄 package.json · 44 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44{
  "name": "cover-test-task",
  "version": "0.0.0",
  "description": "Тестовое задание на обложку с выявлением самого активного пользователя.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha tests/*",
    "lint": "eslint .",
    "fix": "eslint . --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ibakaidov/cover-test-task.git"
  },
  "author": "ibakaidov",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ibakaidov/cover-test-task/issues"
  },
  "homepage": "https://github.com/ibakaidov/cover-test-task#readme",
  "dependencies": {
    "body-parser": "^1.18.2",
    "botact": "^1.8.1",
    "express": "^4.16.2",
    "fs-extra": "^4.0.2",
    "gm": "^1.23.0",
    "imagemagick": "^0.1.3",
    "mongoose": "^4.13.5",
    "node-schedule": "^1.2.5",
    "request-promise": "^4.2.2"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^4.0.1",
    "eslint": "^3.19.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-mocha": "^4.11.0",
    "eslint-plugin-node": "^5.2.1",
    "eslint-plugin-promise": "^3.6.0",
    "eslint-plugin-standard": "^3.0.1"
  }
}