-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 959 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 959 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
33
34
35
36
37
38
39
40
41
{
"name": "hubot-youtube-feed",
"version": "0.0.6",
"description": "Posts new videos from specified users to slack when they are uploaded",
"main": "./src/youtube.js",
"repository": {
"type": "git",
"url": "https://github.com/Insorum/hubot-youtube-feed.git"
},
"keywords": [
"hubot",
"hubot-script",
"script",
"youtube"
],
"author": "Eluinhost",
"license": "MIT",
"bugs": {
"url": "https://github.com/Insorum/hubot-youtube-feed/issues"
},
"homepage": "https://github.com/Insorum/hubot-youtube-feed",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"chai": "*",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-test": "~0.7.0",
"grunt-release": "~0.6.0",
"hubot": "^2.9.3",
"hubot-mock-adapter": "^1.0.0",
"load-grunt-tasks": "*",
"mocha": "*",
"nock": "^0.48.2",
"sinon": "*",
"sinon-chai": "*"
},
"dependencies": {
"q": "^1.0.1"
}
}