-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 800 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 800 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
30
31
32
33
34
35
36
37
{
"name": "git-az",
"version": "1.3.0",
"description": " .gitattributes file with GitHub Export",
"main": "src/index.js",
"bin": {
"git-az": "src/index.js"
},
"scripts": {
"start": "node src/index.js"
},
"keywords": [
"git",
"git lfs",
"github",
"git config",
"gitattributes",
"quick-gitattributes"
],
"author": "Sam Bacha <sambacha@gmail.com>",
"license": "ISC",
"dependencies": {
"fs-extra": "^10.0.0",
"inquirer": "^8.0.0"
},
"devDependencies": {
"prettier": "2.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sambacha/gitattributes.git"
},
"bugs": {
"url": "https://github.com/sambacha/gitattributes/issues"
},
"homepage": "https://github.com/sambacha/gitattributes#readme"
}