forked from PlatziMaster/funny-initial-commit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 781 Bytes
/
package.json
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
{
"name": "funny-commit",
"version": "1.1.0",
"description": "Funny initial git commit messages",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node bin/global.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gndx/funny-initial-git-commit.git"
},
"keywords": [
"javascript",
"npm",
"package",
"module",
"funny",
"commits",
"messages"
],
"bin": {
"funny-commit": "./bin/global.js"
},
"preferGlobal": true,
"author": "Oscar Barajas <oscar@arepa.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gndx/funny-initial-git-commit/issues"
},
"homepage": "https://github.com/gndx/funny-initial-git-commit#readme"
}