-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
44 lines (44 loc) · 985 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
{
"name": "awesome-fullstack",
"version": "1.0.0",
"description": "A roadmap containing a curated list on how to become a Full Stack Developer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"commit": "git-cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevindeasis/awesome-fullstack.git"
},
"keywords": [
"full",
"stack",
"developer",
"tutorials",
"learn",
"front",
"end",
"back",
"end",
"middle",
"tier",
"database",
"mobile",
"web",
"app"
],
"author": "Kevin De Asis",
"license": "MIT",
"bugs": {
"url": "https://github.com/kevindeasis/awesome-fullstack/issues"
},
"homepage": "https://github.com/kevindeasis/awesome-fullstack#readme",
"devDependencies": {
"commitizen": "^2.8.1",
"cz-conventional-changelog": "^1.1.6"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
}
}