Skip to content

Commit 2ad277f

Browse files
committed
npm init
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 74b69f1 commit 2ad277f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "gitgitgadget.github.io",
3+
"version": "0.0.0",
4+
"description": "GitGitGadget's home page",
5+
"scripts": {
6+
"test": "echo \"Error: no test specified\" && exit 1"
7+
},
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/gitgitgadget/gitgitgadget.github.io.git"
11+
},
12+
"keywords": [
13+
"git",
14+
"pullrequest"
15+
],
16+
"author": "",
17+
"license": "ISC",
18+
"bugs": {
19+
"url": "https://github.com/gitgitgadget/gitgitgadget.github.io/issues"
20+
},
21+
"homepage": "https://github.com/gitgitgadget/gitgitgadget.github.io#readme"
22+
}

0 commit comments

Comments
 (0)