-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 706 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 706 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
{
"name": "webex-api-emulator",
"version": "0.4.0",
"description": "Emulator of the Cisco Webex REST API",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"base-64": "^0.1.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"remove-markdown": "^0.3.0",
"request": "^2.88.0",
"showdown": "^1.9.0",
"uuid": "^3.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/ObjectIsAdvantag/webex-api-emulator.git"
},
"keywords": [
"webex",
"emulator"
],
"author": "Stève Sfartz (Cisco DevNet) <stsfartz@cisco.com>",
"license": "MIT"
}