-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 816 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 816 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": "gig",
"description": "gig helps you create .gitignore files for your git project.",
"version": "1.1.5",
"author": "insanehong <insanehong@gmail.com>",
"maintainers": "daegeun.kim <dgkim84@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hackrslab/gig.git"
},
"homepage": "https://github.com/hackrslab/gig#readme",
"bugs": {
"url": "https://github.com/hackrslab/gig/issues"
},
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"install": "gig init"
},
"main": "lib/gig.js",
"dependencies": {
"colors": "^1.1.2",
"mkdirp": "^0.5.1",
"nopt": "^3.0.6",
"recursive-search": "^1.0.1"
},
"devDependencies": {},
"bin": {
"gig": "./bin/gig"
},
"keywords": [
"git",
"gitignore"
]
}