-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 845 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
{
"name": "mailforce",
"version": "1.0.0",
"description": "GSS Mobile notification cloud app",
"dependencies": {
"async": "2.6.1",
"dotenv": "^6.0.0",
"express": "4.16.4",
"jsforce": "1.9.1",
"moment": "2.22.2",
"node-schedule": "1.3.0",
"cors": "2.8.5",
"nodemailer": "4.6.8",
"underscore": "1.9.1",
"winston": "2.4.4"
},
"devDependencies": {
"istanbul": "0.4.5",
"mocha": "5.2.0",
"proxyquire": "1.8.0",
"should": "11.2.1",
"sinon": "3.2.0",
"supertest": "3.0.0"
},
"main": "application.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node application.js"
},
"repository": {
"type": "git",
"url": "https://gitlab.cee.redhat.com/mobile-support/mailforce"
},
"author": "Alan Moran",
"license": "MIT"
}