-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 KB
/
package.json
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
45
46
47
48
{
"name": "processor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"lint": "eslint . --ignore-pattern 'public/*' --ext .js --fix || true"
},
"engines": {
"node": "~8.6.0"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/luettich/processor.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/luettich/processor/issues"
},
"homepage": "https://gitlab.com/luettich/processor#README",
"dependencies": {
"axios": "^0.16.2",
"config": "^1.26.2",
"github": "^12.0.2",
"joi": "^13.0.0",
"jwt-decode": "^2.2.0",
"kafka-node": "^2.2.3",
"lodash": "^4.17.4",
"markdown-it": "^8.4.0",
"moment": "^2.19.1",
"mongoose": "^4.12.3",
"node-gitlab-api": "^2.2.6",
"nodemailer": "^4.4.0",
"topcoder-api-challenges": "^1.0.6",
"topcoder-api-projects": "^1.0.1",
"topcoder-dev-api-challenges": "^1.0.6",
"topcoder-dev-api-projects": "^1.0.1",
"winston": "^2.3.1"
},
"devDependencies": {
"eslint-config-topcoder": "^2.0.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-chai-expect": "^1.1.1",
"eslint-plugin-react": "^7.2.0"
}
}