-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1021 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
{
"name": "repo-template",
"version": "1.0.0",
"description": "Create new GitHub repositories based on templates",
"main": "repo-template.js",
"scripts": {
"test": "server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bidnessforb/repo-template.git"
},
"keywords": [
"repository",
"GitHub",
"template"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/bidnessforb/repo-template/issues"
},
"homepage": "https://github.com/bidnessforb/repo-template#readme",
"dependencies": {
"bluebird": "^3.4.7",
"cli-spinner": "^0.2.5",
"date-fns": "^1.24.0",
"deep-diff": "^0.3.4",
"github": "^7.3.2",
"github-webhook-handler": "^0.6.0",
"google-auth-library": "^0.10.0",
"hashmap": "^2.1.0",
"httpdispatcher": "^2.0.1",
"js-base64": "^2.1.9",
"mkdirp": "^0.5.1",
"request": "^2.79.0",
"rimraf": "^2.5.4",
"tmp": "0.0.31",
"url-parse": "^1.1.8"
}
}