-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
39 lines (39 loc) · 935 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
37
38
39
{
"name": "sample-canvas-app",
"version": "1.0.0",
"description": "Frank's Canvas sample app",
"main": "app.js",
"scripts": {
"test": "./node_modules/.bin/mocha --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frankcaron/sample-canvas-app.git"
},
"engines": {
"node": "11.1.0"
},
"author": "frankcaron",
"license": "ISC",
"bugs": {
"url": "https://github.com/frankcaron/sample-canvas-app/issues"
},
"homepage": "https://github.com/frankcaron/sample-canvas-app#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"request": "^2.88.0"
},
"dependencies": {
"@salesforce/canvas-js-sdk": "^1.41.0",
"aws-sdk": "2.x",
"base64url": "^3.0.1",
"body-parser": "^1.18.3",
"chai-http": "^4.2.1",
"crypto-js": "^3.1.6",
"ejs": "^2.5",
"express": "^4.16.4",
"pg": "^7.8.1",
"supertest": "^4.0.2"
}
}