forked from BroadleafCommerce/copy-github-labels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 847 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
{
"name": "copy-github-labels",
"version": "1.3.1",
"description": "Easily copy labels from one GitHub repository to another",
"main": "index.js",
"dependencies": {
"extend": "^2.0.0",
"github": "^0.2.3"
},
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.0.1"
},
"scripts": {
"test": "mocha test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jvandemo/copy-github-labels.git"
},
"keywords": [
"git",
"github",
"labels",
"issues",
"copy"
],
"author": {
"name": "Jurgen Van de Moere",
"email": "jurgen.van.de.moere@gmail.com",
"url": "http://www.jvandemo.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jvandemo/copy-github-labels/issues"
},
"homepage": "https://github.com/jvandemo/copy-github-labels"
}