-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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
{
"name": "c10.17_notes_for_you",
"version": "1.0.0",
"description": "backend package",
"main": "app.js",
"engines": {
"node": "8.1.1",
"npm": "5.0.3"
},
"scripts": {
"start": "nodemon --inspect app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"client": "npm run start --prefix client",
"dev": "concurrently \"npm run start\" \"npm run client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/conmeconte/c10.17_notes_for_you.git"
},
"author": "Chung Hong",
"license": "ISC",
"bugs": {
"url": "https://github.com/conmeconte/c10.17_notes_for_you/issues"
},
"homepage": "https://github.com/conmeconte/c10.17_notes_for_you#readme",
"dependencies": {
"body-parser": "^1.18.2",
"cookie-session": "^2.0.0-beta.3",
"express": "^4.16.2",
"fsevents": "^2.0.1",
"mongoose": "^5.0.9",
"mongoose-auto-increment": "^5.0.1",
"npm": "^5.7.1",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"passport-local": "^1.0.0"
},
"devDependencies": {
"concurrently": "^3.5.1",
"file-system": "^2.2.2",
"nodemon": "^1.14.3"
}
}