-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 954 Bytes
/
package.json
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
38
39
40
41
42
43
44
45
46
47
{
"name": "joeir",
"version": "1.0.1",
"description": "An *about me* product of sorts. Have fun!",
"bin": {
"joeir": "./src/hello.js"
},
"directories": {
"doc": "docs"
},
"scripts": {
"start": "./src/hello.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zephinzer/howto.joeir.net.git"
},
"keywords": [
"joeir",
"joseph",
"matthias",
"goh",
"zephinzer",
"software",
"devops",
"engineer",
"technopreneur",
"musician"
],
"author": "Joseph Matthias Goh",
"contributors": [
{
"name": "zephinzer",
"email": "hello-at-joeir-dot-net",
"url": "https://github.com/zephinzer"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/zephinzer/howto.joeir.net/issues"
},
"homepage": "https://github.com/zephinzer/howto.joeir.net#readme",
"dependencies": {
"chalk": "^2.4.1",
"inquirer": "^5.2.0"
}
}