-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.json
38 lines (38 loc) · 856 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": "hubot-gitter2",
"version": "1.0.0",
"description": "Improved Hubot adapter for Gitter",
"main": "src/gitter.coffee",
"scripts": {
"release": "xyz --repo [email protected]:huafu/hubot-gitter2.git --increment",
"test": "echo 'No test specified'"
},
"repository": {
"type": "git",
"url": "https://github.com/huafu/hubot-gitter2.git"
},
"keywords": [
"hubot",
"gitter",
"adapter"
],
"author": "Huafu Gandon <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/huafu/hubot-gitter2/issues"
},
"homepage": "https://github.com/huafu/hubot-gitter2",
"files": [
"/src/",
"/LICENSE",
"/README.md",
"/package.json"
],
"dependencies": {
"eventemitter2": "0.4.14",
"node-gitter": "1.2.2"
},
"devDependencies": {
"xyz": "3.0.x"
}
}