-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 743 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 743 Bytes
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
{
"name": "guidesource",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Fernanda Silva",
"license": "ISC",
"dependencies": {
"body-parser": "^1.9.1",
"cloudinary": "^1.0.12",
"cors": "^2.5.0",
"express": "^4.10.0",
"express-session": "^1.9.1",
"moment": "^2.8.3",
"mongoose": "^3.8.18",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/FernandaS/guideSource.git"
},
"bugs": {
"url": "https://github.com/FernandaS/guideSource/issues"
},
"homepage": "https://github.com/FernandaS/guideSource"
}