forked from Epiphane/CPE437
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1 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
{
"name": "chs",
"version": "1.0.0",
"description": "Test",
"main": "main.js",
"dependencies": {
"angular-toastr": "^2.1.1",
"async": "2.0.0-rc.6",
"bcrypt": "^1.0.2",
"bluebird": "3.4.1",
"body-parser": "1.15.2",
"bower": "^1.8.0",
"cookie-parser": "1.4.3",
"express": "4.14.0",
"foreman": "2.0.0",
"mysql": "2.11.1",
"node-schedule": "^1.2.0",
"nodemailer": "^2.7.0",
"nodemailer-ses-transport": "^1.5.0",
"promise-mysql": "1.3.2",
"request": "^2.79.0",
"request-promise": "^4.2.0",
"sanitize-filename": "^1.6.1",
"sendgrid": "^4.7.1",
"sequelize": "^3.25.0",
"timekeeper": "^1.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"nodemon": "^1.9.2",
"request-promise": "^4.1.1"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec",
"start": "node main.js"
},
"author": [
"Johnathan Nicholson",
"Clinton Staley",
"Thomas Steinke",
"Elliot Fiske"
]
}