forked from strongloop-internal/github-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 664 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 664 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
25
26
27
28
29
{
"name": "github-tools",
"version": "2.0.0",
"description": "A set of scripts for automating GitHub things.",
"bin": {
"sync": "bin/sync.js"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop-internal/github-tools.git"
},
"dependencies": {
"async": "~0.9.0",
"cli-table": "^0.3.1",
"debug": "^2.1.2",
"github": "^0.2.4",
"github-cache": "^1.0.1",
"lodash": "^3.5.0",
"moment-timezone": "^0.3.0"
},
"devDependencies": {
"tap": "^0.7.1"
},
"scripts": {
"test": "tap test/test-*.js"
},
"author": "engineering@strongloop.com",
"license": "SEE LICENSE IN LICENSE.md"
}