-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
79 lines (79 loc) · 2.04 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
{
"name": "ClientComm",
"version": "4.0.4",
"description": "Client to case manager communications management service.",
"author": "Kuan Butts",
"contributors": [
"Kuan Butts <[email protected]> (http://kuanbutts.com)"
],
"main": "app/app.js",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"aws-sdk": "^2.178.0",
"bcrypt-nodejs": "~0.0.3",
"bluebird": "~3.3.3",
"body-parser": "^1.18.2",
"colors": "^1.1.2",
"connect-flash": "~0.1.1",
"cookie-session": "~2.0.0-alpha.1",
"csurf": "^1.9.0",
"device-detector": "^0.1.32",
"ejs": "^2.5.5",
"express": "^4.16.0",
"express-session": "^1.15.6",
"font-awesome": "~4.6.1",
"hashids": "^1.1.1",
"jquery": "^3.0.0",
"keen-js": "^3.4.1",
"knex": "^0.14.3",
"mailgun-js": "^0.11.3",
"mimelib": "^0.3.0",
"mixpanel": "^0.7.0",
"moment": "^2.19.3",
"moment-timezone": "^0.5.13",
"newrelic": "~1.28.0",
"passport": "~0.3.2",
"passport-local": "~1.0.0",
"pg": "^4.5.7",
"pkginfo": "^0.4.0",
"snyk": "^1.40.2",
"twilio": "^3.11.1",
"uuid": "^3.0.1"
},
"scripts": {
"start": "./node_modules/.bin/nodemon ./app/server.js --ignore node_modules/",
"test": "snyk test && CCENV=testing mocha -C ./test/app/_init.js ./test/app/",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.2",
"eslint": "^3.7.1",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-import": "^2.2.0",
"gulp": "3.9.1",
"gulp-sass": "2.3.2",
"knex-seed-file": "^0.1.4",
"mocha": "^3.0.2",
"node-sass": "3.7.0",
"nodemon": "^1.9.2",
"should": "https://registry.npmjs.org/should/-/should-11.1.0.tgz",
"simple-mock": "^0.7.3",
"supertest": "1.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/slco-2016/clientcomm"
},
"license": "Apache-2.0",
"keywords": [
"node",
"express",
"twilio",
"case management",
"communications"
],
"snyk": true
}