UNPKG

714 BJSONView Raw
1{
2 "name": "node-slackr",
3 "version": "0.1.0",
4 "description": "A node.js module for send notifications to Slack, support multiple channel and attachments",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha test",
8 "prepublish": "./node_modules/.bin/coffee --compile --output lib src/*.coffee"
9 },
10 "repository": "https://github.com/chenka/node-slackr",
11 "keywords": [
12 "slack"
13 ],
14 "author": "Sarunyhot Suvannachoti <teamyakusa@gmail.com>",
15 "license": "BSD",
16 "dependencies": {
17 "request": "~2.34.0",
18 "coffee-script": "~1.7.1",
19 "lodash": "~2.4.1"
20 },
21 "devDependencies": {
22 "mocha": "~1.18.2",
23 "nock": "^0.31.0",
24 "should": "~3.3.1",
25 "supertest": "^0.12.1"
26 }
27}