-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.11 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
{
"name": "salesforce-broker",
"version": "0.0.1",
"description": "This is an existing client project refactored/gutted to be used as a code sample.",
"main": "index.js",
"scripts": {
"start": "nodemon src/index.js",
"test-server": "mocha"
},
"author": "Andrew Bettke",
"license": "ISC",
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"live-server": "^1.2.0",
"mocha": "^3.2.0",
"mocha-webpack": "^0.7.0",
"nodemon": "^1.12.1",
"rewire": "^3.0.1",
"sinon": "^2.1.0",
"sinon-express-mock": "^1.3.1",
"watch": "^1.0.2"
},
"dependencies": {
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"dotenv-extended": "^2.0.1",
"dotenv-parse-variables": "^0.1.0",
"express": "^4.16.2",
"express-winston": "^2.4.0",
"jquery": "^3.2.1",
"jsforce": "^1.8.0",
"jsonwebtoken": "^8.1.0",
"less": "^2.7.3",
"lodash": "^4.17.4",
"moment": "^2.19.1",
"morgan": "^1.9.0",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"rootpath": "^0.1.2",
"store": "^2.0.12",
"winston": "^2.4.0"
}
}