-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.02 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
{
"name": "test",
"version": "1.0.0",
"description": "This is a test for our work",
"main": "app.js",
"dependencies": {
"animate.css": "^3.7.0",
"animate.min.css": "0.0.3",
"body-parser": "^1.18.3",
"connect-ensure-login": "^0.1.1",
"cors": "^2.8.5",
"dotenv": "^4.0.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"http": "0.0.0",
"mongoose": "^5.4.5",
"node": "^11.7.0",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth20": "^1.0.0",
"react": "^16.7.0",
"session": "^0.1.0",
"socket.io": "^2.0.4"
},
"devDependencies": {
"nodemon": "^1.18.9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ralcant/test.git"
},
"author": "DareDevs",
"license": "ISC",
"bugs": {
"url": "https://github.com/ralcant/test/issues"
},
"homepage": "https://github.com/ralcant/test#readme"
}