forked from SnapInteractive/mergeatron
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.04 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
{
"version": "1.0.3",
"name": "mergeatron",
"description": "A helpful PR monitor that runs jenkins builds when Pull Requests are created and updated",
"author": "SNAP Interactive, Inc.",
"contributors": [
"Steven Surowiec <[email protected]>",
"Mike Sherov <[email protected]>"
],
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"repository": {
"type": "git",
"url": "https://github.com/SnapInteractive/mergeatron"
},
"dependencies": {
"async": ">=0.1.22",
"github": ">=0.1.5",
"hipchatter": "^0.2.0",
"mongodb": "1.3.19",
"mongojs": ">=0.4.3",
"mysql": "2.0.0-alpha4",
"node-uuid": ">=1.3.3",
"range_check": "*",
"request": ">=2.9.203",
"sqlite3": "^3.0.8",
"winston": ">=0.6.2",
"xml2js": ">=0.2.2"
},
"devDependencies": {
"grunt": "0.4.0a",
"grunt-contrib-nodeunit": "~0.1.1",
"grunt-contrib-jshint": "~0.1.0",
"grunt-contrib-watch": "~0.1.4"
},
"main": "./mergeatron.js"
}