forked from mose/hubot-meetbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.26 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.26 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "hubot-meetbot",
"description": "A hubot plugin to manage meetings, clone of debian meetbot.",
"version": "1.0.0",
"author": {
"name": "mose",
"email": "mose@mose.com",
"url": "https://github.com/mose"
},
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts"
],
"repository": {
"type": "git",
"url": "git://github.com/mose/hubot-meetbot.git"
},
"bugs": {
"url": "https://github.com/mose/hubot-meetbot/issues"
},
"dependencies": {
"@octokit/rest": "^14.0.9",
"bluebird": "^3.5.1",
"js-base64": "^2.4.3",
"moment": "^2.20.1",
"moment-timezone": "^0.5.14"
},
"devDependencies": {
"chai": "^2.1.1",
"codeclimate-test-reporter": "^0.3.3",
"coffee-coverage": "^1.0.1",
"coffee-script": "~1.6",
"coffeelint": "^1.15.7",
"coveralls": "^3.0.0",
"es6-promise": "^3.2.1",
"hubot": "2.x",
"hubot-auth": "^2.0.0",
"hubot-test-helper": "1.4.4",
"istanbul": "^0.4.4",
"mocha": "^2.4.5",
"nock": "^9.1.5",
"sinon": "^3.2.0",
"sinon-chai": "^2.8.0",
"source-map-support": "^0.4.2",
"supertest": "^1.2.0"
},
"scripts": {
"test": "make test",
"posttest": "coffeelint lib/* scripts/* test/* index.coffee"
},
"main": "index.js"
}