-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 722 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 722 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
{
"name": "message-dispatcher",
"version": "1.0.0",
"description": "Dispatch a message on filtering based on the Outbound Number and the Phone Type === DeskPhones",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "./node_modules/mocha/bin/mocha test/**/*-test.js --reporter spec"
},
"author": "anil.kumar@ringcentral.com",
"license": "MIT",
"homepage": "https://developer.ringcentral.com/api-docs/latest/index.html#!#Notifications.html",
"dependencies": {
"async": "^2.0.0-rc.2",
"dotenv": "^2.0.0",
"ringcentral": "^2.0.4",
"ringcentral-helpers": "^0.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"sinon": "^1.17.3"
}
}