-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 834 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 834 Bytes
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
34
35
36
37
{
"name": "hello-world-node-package",
"version": "1.0.0",
"description": "Creating Node Package. This is a simple exmaple of creating node pakcage.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node",
"package",
"manager",
"create",
"npm",
"adduser",
"pulish",
"demo",
"demonstration",
"example",
"simple",
"webrolls",
"caleem",
"kaleem",
"khan",
"beginners"
],
"author": "Kaleem Khan",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/webrolls/hello-world-node-package.git"
},
"bugs": {
"url": "https://github.com/webrolls/hello-world-node-package/issues"
},
"homepage": "https://github.com/webrolls/hello-world-node-package#readme"
}