FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
CodeNector/package.json at master · CodeNector/CodeNector · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
CodeNector
/
CodeNector
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
CodeNector
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
46 lines (46 loc) · 1.31 KB
Breadcrumbs
CodeNector
/
package.json
Copy path
File metadata and controls
46 lines (46 loc) · 1.31 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
codenector
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
Code Paring App
"
,
"main"
:
"
server.js
"
,
"scripts"
: {
"server"
:
"
node server.js
"
,
"client"
:
"
cd client && npm run start
"
,
"start"
:
"
concurrently
\"
nodemon server.js
\"
\"
npm run client
\"
"
,
"build"
:
"
cd client && npm run build
"
,
"deploy"
:
"
yarn build && git add . && git commit -m
\"
Building for production
\"
&& git push heroku master
"
,
"test"
:
"
echo
\"
Error: no test specified
\"
&& exit 1
"
,
"heroku-postbuild"
:
"
echo Skip build on Heroku
"
},
"author"
:
"
"
,
"license"
:
"
ISC
"
,
"devDependencies"
: {
"concurrently"
:
"
^4.1.0
"
,
"nodemon"
:
"
^1.18.10
"
},
"dependencies"
: {
"axios"
:
"
^0.18.0
"
,
"babel-polyfill"
:
"
^6.26.0
"
,
"bcrypt"
:
"
^3.0.5
"
,
"bcryptjs"
:
"
^2.4.3
"
,
"body-parser"
:
"
^1.18.3
"
,
"connect-flash"
:
"
^0.1.1
"
,
"cookie-parser"
:
"
^1.4.4
"
,
"dotenv"
:
"
^7.0.0
"
,
"express"
:
"
^4.16.4
"
,
"express-messages"
:
"
^1.0.1
"
,
"express-session"
:
"
^1.15.6
"
,
"express-validator"
:
"
^5.3.1
"
,
"http"
:
"
^0.0.0
"
,
"jsonwebtoken"
:
"
^8.5.1
"
,
"mongodb"
:
"
^3.2.3
"
,
"mongoose"
:
"
^5.4.22
"
,
"passport"
:
"
^0.4.0
"
,
"passport-http"
:
"
^0.3.0
"
,
"passport-local"
:
"
^1.0.0
"
,
"react-scripts"
:
"
^2.1.8
"
,
"socket.io"
:
"
^2.2.0
"
,
"vm2"
:
"
^3.6.11
"
},
"heroku-run-build-script"
:
false
}
Back
|
FazBrowse Home
|
New Git URL