-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 770 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 770 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
38
{
"name": "init-gitignore",
"version": "1.0.2",
"description": "Because making git ignore files should be easier.",
"main": "index.js",
"scripts": {
"test": "echo its-good"
},
"repository": {
"type": "git",
"url": "https://github.com/abranhe/init-gitignore.git"
},
"keywords": [
"git",
"gitignore",
"files",
"cache",
"ignore"
],
"files": [
"index.js",
"lib/",
"gitignore/"
],
"author": {
"name": "Carlos Abraham",
"email": "abraham@abranhe.com",
"web": "abranhe.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/abranhe/init-gitignore/issues"
},
"homepage": "https://github.com/abranhe/init-gitignore#readme",
"dependencies": {
"fs-extra": "^7.0.0"
}
}