-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) · 1.57 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "ci-alarm",
"version": "1.3.0",
"description": "Ci-alarm is a Slack bot to help you to communicate with Travis CI",
"author": "Eugenio Romano",
"keywords": [
"slack",
"travis",
"bot",
"continuous",
"integration",
"raspberry",
"alarm light"
],
"engines": {
"node": "5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/eromano/ci-alarm"
},
"bugs": {
"url": "https://github.com/eromano/ci-alarm/issues"
},
"scripts": {
"start": "node src/main.js",
"debug": "node-debug src/main.js",
"test": "grunt test",
"coverage": "grunt coverage"
},
"license": "MIT",
"devDependencies": {
"chai": "3.5.0",
"grunt": "0.4.5",
"grunt-cli": "1.2.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-watch": "1.0.0",
"grunt-coveralls": "1.0.1",
"grunt-istanbul": "0.7.2",
"grunt-jscs": "2.8.0",
"grunt-mocha-istanbul": "3.0.1",
"grunt-mocha-test": "0.12.7",
"grunt-open": "0.2.3",
"load-grunt-tasks": "3.5.2",
"lodash": "1.3.1",
"mocha": "2.5.3",
"mocha-lcov-reporter": "1.3.0",
"nock": "7.7.3",
"node-slack-upload": "1.2.1",
"sinon": "1.17.7",
"sinon-chai": "2.14.0"
},
"contributors": [
"Eugenio Romano <> (http://eromano.github.io/)"
],
"dependencies": {
"botbuilder": "0.9.2",
"coveralls": "2.13.3",
"github": "0.2.4",
"gpio": "0.2.7",
"moment": "2.20.1",
"nconf": "0.8.5",
"restify": "4.3.2",
"slackbots": "0.5.3",
"travis-ci": "2.1.1",
"travisci-webhook-handler": "1.0.2"
}
}