-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.69 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "safely-api",
"version": "1.2.3",
"repository": "associatedemployers/safely-api",
"description": "API Service for Safely",
"scripts": {
"start": "RUN_TASKS=true AWS_BUCKET=safely-dev SIGNATURE=test bin/api",
"watch": "NODE_ENV=dev RUN_TASKS=true AWS_BUCKET=safely-dev nodemon --inspect bin/api",
"debug": "NODE_ENV=dev RUN_TASKS=true AWS_BUCKET=safely-dev ALLOW_EMAILS=false nodemon --inspect-brk=9229 bin/api",
"test": "NODE_ENV=test AWS_BUCKET=safely-test mocha -R spec --harmony api/*/test.js lib/models/*/test.js lib/test-support/*/test.js lib/models/plugins/*/test.js",
"test-watch": "NODE_ENV=test AWS_BUCKET=safely-test mocha -R spec --harmony --watch api/*/test.js lib/models/*/test.js lib/test-support/*/test.js lib/models/plugins/*/test.js"
},
"engines": {
"node": "^9.9.0 || >=8.*"
},
"dependencies": {
"@googlemaps/google-maps-services-js": "^2.0.2",
"bluebird": "^3.4.1",
"chalk": "^1.1.3",
"co": "^4.6.0",
"co-body": "0.0.1",
"co-busboy": "^1.3.1",
"co-mssql": "^1.3.0",
"commander": "~2.2.0",
"concat-stream-promise": "^0.1.1",
"cron": "^1.1.0",
"csv-array": "0.0.22",
"debug": "*",
"deep-diff": "^0.3.4",
"dotenv": "^8.2.0",
"email-templates": "^2.5.4",
"fs-extra": "^2.0.0",
"glob": "^7.0.3",
"handlebars": "^4.3.0",
"i": "^0.3.7",
"ics": "^2.19.0",
"jimp": "^0.2.27",
"jwt-simple": "^0.5.0",
"keygenerator": "^1.0.4",
"knox": "^0.9.2",
"koa": "~0.6.1",
"koa-bodyparser": "^2.2.0",
"koa-compose": "^2.4.0",
"koa-compress": "1.0.7",
"koa-logger": "~1.2.1",
"koa-mount": "^1.3.0",
"koa-ratelimit": "~1.0.3",
"koa-resource-router": "^0.3.3",
"koa-response-time": "^1.0.2",
"koa-router": "~3.1.4",
"koa-simple-qs": "0.0.3",
"less": "^2.7.1",
"lodash": "^4.17.21",
"lodash-deep": "^2.0.0",
"lru-cache": "^4.1.1",
"moment": "^2.13.0",
"moment-recur": "^1.0.7",
"mongoose": "^5.11.13",
"mongoose-create-model": "0.0.2",
"mongoose-cryptify": "^1.0.0",
"mongoose-error-helper": "0.0.2",
"mongoose-schema-extend": "^0.2.2",
"mongoose-title-case": "0.0.4",
"mongoose-validators": "^0.1.0",
"nodemailer": "^2.4.2",
"nodemailer-sendgrid-transport": "^0.2.0",
"opbeat": "^4.16.0",
"promise-mysql": "^4.1.3",
"redis": "~0.10.3",
"request-promise": "^4.1.1",
"seer-checks": "^0.0.4",
"winston": "^2.2.0"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"chai": "^3.5.0",
"chai-http": "^2.0.1",
"co-mocha": "^1.1.3",
"eslint": "^4.19.1",
"mocha": "*",
"should": "*",
"supertest": "~0.8.2",
"timeout-then": "^1.1.0"
},
"license": "MIT"
}