forked from bouzuya/hubot-ping
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.16 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-ping",
"version": "1.0.1",
"description": "A Hubot script that receive pings",
"main": "index.js",
"scripts": {
"build": "gulp",
"clean": "gulp clean",
"coveralls": "gulp coveralls",
"robot": "hubot --adapter shell",
"test": "gulp test",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git://github.com/bouzuya/hubot-ping.git"
},
"keywords": [
"hubot",
"hubot-scripts"
],
"author": {
"name": "bouzuya",
"mail": "[email protected]",
"url": "http://bouzuya.net"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/bouzuya/hubot-ping/issues"
},
"homepage": "https://github.com/bouzuya/hubot-ping",
"devDependencies": {
"coffee-script": "^1.7.1",
"del": "^0.1.2",
"gulp": "^3.8.7",
"gulp-coffee": "^2.1.1",
"gulp-coveralls": "^0.1.2",
"gulp-espower": "^0.9.0",
"gulp-istanbul": "^0.2.2",
"gulp-mocha": "^1.0.0",
"gulp-sourcemaps": "^1.1.4",
"gulp-util": "^3.0.0",
"hubot": "^2.8.0",
"merge-stream": "^0.1.5",
"mocha": "^1.20.1",
"power-assert": "^0.9.0",
"sinon": "^1.10.3",
"through2": "^0.6.1"
}
}