-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 647 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 647 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "workshop-github-tools",
"version": "1.0.0",
"description": "Sample Project",
"main": "web/index.js",
"scripts": {
"start": "node web/index.js",
"dev": "nodemon web/index.js",
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cepdnaclk/workshop-github-tools.git"
},
"author": "Nuwan Jaliyagoda",
"license": "ISC",
"bugs": {
"url": "https://github.com/cepdnaclk/workshop-github-tools/issues"
},
"homepage": "https://github.com/cepdnaclk/workshop-github-tools#readme"
}