-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 576 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 576 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
{
"name": "add-gitignore",
"version": "1.1.1",
"main": "index.js",
"author": "Tejas Kumar <hello@tej.as>",
"license": "MIT",
"keywords": [
"interactive",
"cli",
"gitignore",
"workflow"
],
"files": [
"./index.js"
],
"bin": {
"add-gitignore": "./index.js",
"git-addignore": "./index.js"
},
"dependencies": {
"chalk": "^2.4.1",
"fuzzy": "^0.1.3",
"inquirer": "^5.2.0",
"inquirer-checkbox-plus-prompt": "^1.0.1",
"meow": "^5.0.0",
"ora": "^2.1.0",
"request": "^2.85.0"
},
"devDependencies": {}
}