UNPKG

636 BJSONView Raw
1{
2 "name": "node-slackr",
3 "version": "1.0.1",
4 "description": "A node.js module for send notifications to Slack, support multiple channel and attachments",
5 "main": "index.js",
6 "scripts": {
7 "test": "./node_modules/.bin/_mocha"
8 },
9 "repository": "https://github.com/chenka/node-slackr",
10 "keywords": [
11 "slack"
12 ],
13 "author": "Sarunyhot Suvannachoti <teamyakusa@gmail.com>",
14 "license": "MIT",
15 "dependencies": {
16 "async": "^2.6.0",
17 "lodash": "^4.11.1",
18 "request": "^2.72.0"
19 },
20 "devDependencies": {
21 "mocha": "^2.4.5",
22 "nock": "^8.0.0",
23 "should": "^8.3.1",
24 "supertest": "^1.2.0"
25 }
26}