Skip to content

Commit 5777766

Browse files
committed
Adding a package.json file
1 parent b826ff2 commit 5777766

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": "git2gustest",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"dependencies": {},
7+
"devDependencies": {},
8+
"scripts": {
9+
"test": "echo \"Error: no test specified\" && exit 1"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/jag-sfdc/git2gustest.git"
14+
},
15+
"keywords": [],
16+
"author": "",
17+
"license": "ISC",
18+
"bugs": {
19+
"url": "https://github.com/jag-sfdc/git2gustest/issues"
20+
},
21+
"homepage": "https://github.com/jag-sfdc/git2gustest#readme"
22+
}

0 commit comments

Comments
 (0)