-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 715 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 715 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
39
40
41
{
"name": "git-first-commit",
"version": "2.0.1",
"description": "github intial commit",
"bugs": {
"url": "yashprit/git-first-commit/issues"
},
"author": {
"url": "yashprit.github.io",
"name": "Yashprit",
"email": "yashprit@yashprit.com"
},
"repository": {
"type": "git",
"url": "yashprit/git-first-commit"
},
"license": "MIT",
"files": [
"index.js",
"cli.js"
],
"keywords": [
"git-first-commit",
"github",
"git",
"commit"
],
"dependencies": {
"minimist": "^1.2.0",
"shelljs": "^0.7.8"
},
"devDependencies": {
"mocha": "^3.2.0"
},
"scripts": {
"test": "mocha"
},
"bin": {
"gitFirstCommit": "cli.js"
}
}