UNPKG

1.19 kBJSONView Raw
1{
2 "name": "communibase-connector-js",
3 "description": "communibase-connector-js --- a Node.js connector for the Communibase service",
4 "version": "1.0.7",
5 "dependencies": {
6 "@types/async": "^2.0.47",
7 "@types/bluebird": "^3.5.20",
8 "@types/lru-cache": "^4.1.0",
9 "@types/node": "^8.5.0",
10 "@types/socket.io-client": "^1.4.32",
11 "@types/winston": "^2.3.7",
12 "async": "^2.5.0",
13 "bluebird": "^3.5.1",
14 "isomorphic-fetch": "^2.2.1",
15 "isomorphic-form-data": "^1.0.0",
16 "lru-cache": "^4.1.1",
17 "moment": "^2.19.1",
18 "socket.io-client": "^2.0.3",
19 "winston": "^2.4.0"
20 },
21 "devDependencies": {
22 "Communibase": "git+ssh://git@bitbucket.org/communibase/api.git",
23 "bson-stream": "0.0.8",
24 "mocha": "5.0.0",
25 "mongodb": "^2.2.34",
26 "tslint": "^5.9.1",
27 "tslint-config-airbnb": "^5.6.0",
28 "typescript": "^2.7.1"
29 },
30 "license": "MIT",
31 "repository": {
32 "type": "git",
33 "url": "https://github.com/kingsquare/communibase-connector-js.git"
34 },
35 "browser": {},
36 "main": "lib/index.js",
37 "engines": {
38 "node": ">= 8.3.0"
39 },
40 "scripts": {
41 "test": "mocha --delay --exit"
42 },
43 "types": "./lib/index.d.ts"
44}