-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.22 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
45
46
47
48
49
50
51
52
{
"name": "symphony-api-client-node",
"version": "1.1.1",
"description": "Symphony API Client for NodeJS",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"form-data": "^2.3.3",
"https-proxy-agent": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"kew": "^0.7.0",
"njwt": "^1.0.0",
"pubsub-js": "^1.7.0"
},
"engines": {
"node": ">=6.10.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SymphonyPlatformSolutions/api-client-node.git"
},
"keywords": [
"node",
"symphony-chat"
],
"author": "Symphony Platform Solutions",
"contributors": [
"Olivier Poupeney <olivier.poupeney@symphony.com>",
"Vinay Mistry <vinay.mistry@symphony.com>",
"Mikhail Tarasov <mikhail.tarasov@symphony.com>"
],
"license": "MIT",
"devDependencies": {
"jest": "^24.8.0",
"nock": "^10.0.6"
},
"jest": {
"verbose": true
},
"bugs": {
"url": "https://github.com/SymphonyPlatformSolutions/api-client-node/issues"
},
"homepage": "https://github.com/SymphonyPlatformSolutions/api-client-node#readme",
"directories": {
"lib": "lib",
"test": "tests"
}
}