-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 987 Bytes
/
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": "integrations-service",
"description": "",
"version": "0.0.1",
"author": {
"name": "AlchemyTec",
"email": "kostas.georgiadis@engagetech.com"
},
"contributors": [
{
"name": "Robee Shepherd",
"email": "robee.shepherd@engagetech.com"
}
],
"license": "Commercial",
"private": true,
"scripts": {
"build": "gulp build",
"test": "./node_modules/mocha/bin/mocha unit/**"
},
"engines": {
"node": ">=8.0.0 <11.0.0"
},
"devDependencies": {
"eslint": "^5.8.0",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.0",
"gulp-git": "^2.4.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sync": "^0.1.4",
"gulp-util": "^3.0.8",
"gulp-zip": "^4.0.0",
"mocha": "^5.2.0"
},
"dependencies": {
"aws-sdk": "^2.141.0",
"bluebird": "^3.5.2",
"bunyan": "^1.8.12",
"lodash": "^4.17.4",
"mime-types": "^2.1.19",
"node-cron": "^2.0.3",
"request": "^2.81.0",
"restify": "^6.2.3",
"restify-clients": "^1.5.2",
"uuid": "^3.1.0"
}
}