-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 896 Bytes
/
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
{
"name": "rss-slack-integration",
"version": "1.0.3",
"description": "Super simple Ghost blog Slack-integration to notify Slack channel upon new posts.",
"main": "./lib/index.js",
"scripts": {
"start": "node lib/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "coffee -o lib/ -c src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pilsprog/rss-slack-integration.git"
},
"keywords": [
"rss",
"Slack",
"Integration"
],
"author": "Snorre Magnus Davøen <snorremd@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pilsprog/rss-slack-integration/issues"
},
"homepage": "https://github.com/pilsprog/rss-slack-integration#readme",
"dependencies": {
"request": "^2.64.0",
"rss-watcher": "^1.4.0"
},
"devDependencies": {
"coffee-script": "^1.12.7"
}
}