-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.01 KB
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": "nci-telegram-notification",
"version": "1.2.2",
"description": "Telegram notification plugin for nci",
"main": "lib/index.js",
"scripts": {
"test": "mocha --bail --reporter spec test.js",
"coverage": "istanbul cover _mocha -- test.js"
},
"files": [
"lib/index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/node-ci/nci-telegram-notification.git"
},
"keywords": [
"nciplugin",
"telegram",
"notification"
],
"author": "Aleksey Timchenko <flegmatik.bel@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/node-ci/nci-telegram-notification/issues"
},
"homepage": "https://github.com/node-ci/nci-telegram-notification#readme",
"peerDependencies": {
"nci": ">=1.0.1 <1.1.0"
},
"dependencies": {
"socks5-https-client": "1.2.1",
"twostep": "0.4.1",
"underscore": "1.8.3"
},
"devDependencies": {
"expect.js": "0.3.1",
"istanbul": "0.4.3",
"mocha": "2.5.3",
"nock": "8.0.0"
}
}