-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.32 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "hubot-rocketchat-announcement",
"description": "A hubot script to make DM announcements to Rocket.Chat users.",
"version": "0.1.0",
"author": "Tim Kinnane <[email protected]>",
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"rocketchat",
"Rocket.Chat"
],
"repository": {
"type": "git",
"url": "https://github.com/timkinnane/hubot-rocketchat-announcement.git"
},
"bugs": {
"url": "https://github.com/timkinnane/hubot-rocketchat-announcement/issues"
},
"dependencies": {
"coffee-script": "^1.10.0",
"hubot-conversation": "^1.1.1",
"q": "^1.4.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"boolify-string": "^0.1.0",
"coveralls": "^2.10.1",
"del": "^1.1.1",
"event-stream": "^3.1.5",
"gulp": "^3.8.2",
"gulp-coffee": "^2.0.1",
"gulp-coffeelint": "^0.4.0",
"gulp-espower": "^0.10.0",
"gulp-if": "^1.2.1",
"gulp-istanbul": "^0.6.0",
"gulp-load-plugins": "^0.8.0",
"gulp-mocha": "^2.0.0",
"gulp-plumber": "^0.6.3",
"gulp-sourcemaps": "^1.3.0",
"gulp-util": "^3.0.3",
"power-assert": "^0.10.1",
"sinon": "^1.10.2"
},
"main": "index.coffee",
"scripts": {
"test": "gulp test",
"coveralls": "gulp test && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
}
}