-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 857 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 857 Bytes
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
{
"name": "error-shout-bot",
"version": "0.0.7",
"description": "Library for using telegram to send error messages from your applicaiton",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha ",
"lint": "eslint ./ && echo \"eslint: no lint errors\"",
"start": "node index"
},
"repository": {
"type": "git",
"url": "git@github.com:sevenleaps/error-shout-bot.git"
},
"keywords": [
"Telegram"
],
"author": "witnessmenow",
"license": "ISC",
"homepage": "https://github.com/sevenleaps/error-shout-bot/tree/master#error-shout-bot",
"dependencies": {
"bluebird": "^3.3.5",
"chai": "^3.5.0",
"eslint": "^2.8.0",
"mocha": "^2.4.5",
"proxyquire": "^1.7.4",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"stringify-object": "2.3.1",
"superagent": "^1.8.3"
}
}