-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 942 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
41
42
{
"name": "podchat",
"version": "5.1.0",
"description": "Javascript SDK to use POD's Chat Service",
"main": "./src/chat.js",
"scripts": {
"test": "mocha --reporter spec --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/masoudmanson/pod-chat.git"
},
"keywords": [
"POD",
"Chat",
"Fanap",
"Dirana"
],
"engines": {
"node": ">=4.2.4"
},
"author": "Masoud Amjadi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/masoudmanson/pod-chat/issues"
},
"homepage": "https://github.com/masoudmanson/pod-chat#readme",
"dependencies": {
"crypto-js": "^3.1.9-1",
"dexie": "^2.0.4",
"faker": "^4.1.0",
"form-data": "^2.5.0",
"indexeddbshim": "^3.10.0",
"mime": "^2.4.4",
"podasync": "^2.7.4",
"query-string": "^6.8.1",
"request": "^2.88.0"
},
"devDependencies": {
"mocha": "^5.1.1"
}
}