forked from manuelbarzi/skylab
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 1.18 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "skylab",
"version": "0.0.1",
"description": "SkyLab Coders Academy web launcher",
"main": "index.js",
"bin": {
"skylab": "index.js"
},
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"skylabcoders",
"academy",
"skylab",
"coders",
"bootcamp",
"sky",
"lab",
"boot",
"camp",
"school",
"coding",
"training",
"coaching",
"node",
"js",
"javascript",
"css",
"css3",
"html",
"html5",
"sass",
"express",
"passport",
"heroku",
"surge",
"learning",
"course",
"courses",
"command-line",
"cli",
"git",
"react",
"reactjs",
"react-native",
"react",
"native",
"webpack",
"mongo",
"mongoose",
"jquery",
"es6",
"babel",
"auth",
"ecmascript",
"redux",
"flux",
"front-end",
"frontend",
"front",
"end",
"back-end",
"backend",
"back",
"client-side",
"client",
"side",
"server-side",
"server",
"barcelona"
],
"author": "manuelbarzi",
"license": "ISC",
"dependencies": {
"opn": "^5.3.0"
}
}