-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.29 KB
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": "scroll",
"version": "1.0.0",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"main": "server.js",
"dependencies": {
"axios": "^0.18.0",
"bcrypt": "^3.0.1",
"body-parser": "^1.18.3",
"concurrently": "^4.0.1",
"cookie-parser": "^1.4.3",
"ellipsize": "^0.1.0",
"event-stream": "^4.0.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"history": "^4.7.2",
"jsonwebtoken": "^8.3.0",
"mongoose": "^5.3.1",
"mongoose-unique-validator": "^2.0.2",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0"
},
"engines": {
"node": "10.11.0",
"npm": "6.4.1"
},
"devDependencies": {},
"scripts": {
"start": "node server.js",
"client": "cd client && npm run start",
"install": "cd client && npm install;",
"build": "cd client && npm run build",
"heroku-postbuild": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/innaleikina/scroll.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/innaleikina/scroll/issues"
},
"homepage": "https://github.com/innaleikina/scroll#readme"
}