-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "rocketchat",
"version": "0.57.3-alpha",
"description": "Rocket chat node api",
"main": "./index.js",
"scripts": {
"test": "mocha",
"test-and-coverage": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --colors test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qeesung/rocketchat-node.git"
},
"keywords": [
"rocket-chat"
],
"author": "qeesung, matthiaskainer",
"license": "ISC",
"bugs": {
"url": "https://github.com/qeesung/rocketchat-node.git"
},
"homepage": "https://github.com/qeesung/rocketchat-node.git#readme",
"dependencies": {
"bluebird": "^3.5.0",
"co": "^4.6.0",
"ddp.js": "^2.2.0",
"https-proxy-agent": "^1.0.0",
"request": "^2.72.0",
"url": "^0.11.0",
"ws": "^2.2.3"
},
"devDependencies": {
"async": "^1.5.2",
"codacy-coverage": "^2.0.1",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-config-google": "^0.7.1",
"eslint-plugin-import": "^2.2.0",
"istanbul": "^0.4.5",
"mocha": "^3.0.2",
"mocha-lcov-reporter": "^1.3.0",
"should": "^10.0.0"
}
}