-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.49 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.49 KB
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
{
"name": "textyourcommute",
"description": "SMS Survey System for WCCTAC",
"version": "1.0.0",
"author": "Brendan Nee <brendan@blinktag.com>",
"dependencies": {
"@sendgrid/mail": "^6.3.1",
"async": "^2.6.1",
"bcrypt": "^3.0.0",
"body-parser": "^1.18.3",
"bootstrap-sass": "^3.3.7",
"browserify": "^16.2.2",
"connect": "^3.6.6",
"connect-redis": "^3.3.3",
"cookie-parser": "^1.4.3",
"debug": "^4.0.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.10.0",
"gulp-load-plugins": "^1.5.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"jquery": "^3.5.0",
"json2csv": "^4.2.1",
"moment-timezone": "^0.5.21",
"mongoose": "^5.7.5",
"morgan": "^1.9.1",
"natives": "^1.1.6",
"nconf": "^0.10.0",
"pug": "^2.0.3",
"twilio": "^3.19.2",
"underscore": "^1.9.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.0",
"yargs": "^12.0.2"
},
"engines": {
"node": "10.19.0"
},
"private": true,
"scripts": {
"start": "node ./bin/www",
"postinstall": "node ./node_modules/.bin/gulp build",
"test": "xo"
},
"devDependencies": {
"connect-livereload": "^0.6.0",
"eslint": "^5.5.0",
"gulp-live-server": "^0.0.31",
"gulp-scss-lint": "^1.0.0",
"xo": "^0.23.0"
},
"xo": {
"space": true
}
}