-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 814 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
{
"name": "gitifyme",
"version": "1.0.2",
"description": "Configure my details to git configuration",
"main": "index.js",
"bin": {
"gitifyme": "index.js"
},
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arshadkazmi42/gitifyme.git"
},
"files": [
"index.js",
"lib/"
],
"keywords": [
"git",
"configure",
"name",
"email",
"git-config"
],
"author": "Arshad Kazmi",
"license": "MIT",
"bugs": {
"url": "https://github.com/arshadkazmi42/gitifyme/issues"
},
"homepage": "https://github.com/arshadkazmi42/gitifyme#readme",
"dependencies": {
"@gh-conf/gh-conf-read": "^1.1.0",
"@gh-conf/gh-conf-write": "^1.1.0",
"log-symbols": "^2.2.0",
"make-dir": "^1.3.0"
}
}