-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 853 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
40
{
"name": "symphony-api-client-node",
"version": "1.0.0",
"description": "Symphony API Client for NodeJS",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "jest"
},
"dependencies": {
"form-data": "^2.3.2",
"https-proxy-agent": "^2.2.1",
"kew": "^0.7.0",
"njwt": "^0.4.0",
"pubsub-js": "^1.6.0"
},
"engines": {
"node": "6.10.3"
},
"repository": {
"type": "git",
"url": "https://github.com/SymphonyPlatformSolutions/api-client-node.git"
},
"keywords": [
"node",
"symphony-chat"
],
"author": "Symphony Platform Solutions",
"contributors": [
"Olivier Poupeney <[email protected]>",
"Vinay Mistry <[email protected]>"
],
"license": "MIT",
"devDependencies": {
"jest": "^22.4.2"
},
"jest": {
"verbose": true
}
}