-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 772 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 772 Bytes
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
{
"name": "gravsdk_sdk_node",
"version": "0.0.0",
"description": "NodeJS SDK for accessing the Gravitas call center environment API.",
"main": "index.js",
"scripts": {
"start": "node gravsdk/index.js",
"test": "mocha --timeout 10000",
"coverage": "nyc mocha --timeout 10000"
},
"keywords": [
"gravitas",
"sdk",
"api"
],
"author": "Nathaniel Glover nathan.glover178@gmail.com",
"license": "ISC",
"dependencies": {
"axios": "^0.20.0",
"axios-cookiejar-support": "^1.0.0",
"expect": "^26.4.2",
"tough-cookie": "^4.0.0"
},
"devDependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"mocha": "^8.1.3",
"node-forge": "^0.10.0",
"nyc": "^15.1.0"
}
}