-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 774 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "github-analyzer",
"version": "1.1.1",
"description": "An npm module that will all user to analyze pull requests to organizations repositories.",
"main": "index.js",
"scripts": {
"test": "NODE_TLS_REJECT_UNAUTHORIZED=0 mocha $(find test -path '*test.js') --compilers js:babel-register --recursive --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmtimko5/github-analyzer.git"
},
"author": "Joe Timko <jmtimko5@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jmtimko5/github-analyzer/issues"
},
"homepage": "https://github.com/jmtimko5/github-analyzer#readme",
"dependencies": {
"bluebird": "^3.5.1",
"debug": "^3.1.0",
"request-all-pages": "^0.3.1"
}
}