-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
42 lines (37 loc) · 955 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
39
40
41
42
{
"version": "0.1.2",
"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": {
"github": ">=0.1.5",
"mongodb": ">=1.1.1",
"mongojs": ">=0.4.3",
"mysql": "2.0.0-alpha4",
"range_check" : "1.2.0",
"request": ">=2.9.203",
"node-uuid": ">=1.3.3",
"async": ">=0.1.22",
"winston": ">=0.6.2",
"xml2js": ">=0.2.2"
},
"devDependencies": {
"grunt": "1.0.0",
"grunt-contrib-nodeunit": "~1.0.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-watch": "~1.0.0"
},
"main": "./mergeatron.js"
}