-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 795 Bytes
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "software-build-automation-tools",
"version": "1.0.0",
"description": "Materials from Software Build Automation Tools Classes ## New Section This is a new section added to README. ## New Section for Branch1 This is a new Branch1 section added to README. ## New Section for Branch2 This is a new Branch2 section added to README.",
"main": "index.js",
"scripts": {
"test": "echo \"No tests yet\"" },
"repository": {
"type": "git",
"url": "git+https://github.com/kaanzapkinus/Software-Build-Automation-Tools.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kaanzapkinus/Software-Build-Automation-Tools/issues"
},
"homepage": "https://github.com/kaanzapkinus/Software-Build-Automation-Tools#readme"
}