-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 979 Bytes
/
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
{
"name": "charlotte",
"version": "0.0.0",
"private": true,
"author": "highwide <hochweit728@gmail.com>",
"description": "Princess of Yochiyochi.rb",
"dependencies": {
"bluebird": "^2.10.0",
"hubot": "^2.12.0",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "^0.1.4",
"hubot-google-translate": "^0.1.0",
"hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "0.0.4",
"hubot-idobata": "^0.3.0",
"hubot-maps": "0.0.2",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.2",
"hubot-rules": "^0.1.0",
"hubot-scripts": "^2.5.16",
"hubot-shipit": "^0.2.0",
"hubot-youtube": "^0.1.2",
"request-promise": "^0.4.3"
},
"engines": {
"node": "0.10.x"
},
"devDependencies": {
"chai": "^3.2.0",
"coffee-script": "^1.10.0",
"hubot-test-helper": "0.0.7",
"mocha": "^2.3.2",
"nock": "^2.10.0"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register test"
}
}