-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 873 Bytes
/
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
{
"name": "clementinejs",
"version": "1.0.2",
"description": "A light-weight MEAN stack boilerplate.",
"main": "server.js",
"scripts": {
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnstonbl01/clementinejs"
},
"homepage": "http://johnstonbl01.github.io/clementinejs/",
"bugs": "https://github.com/johnstonbl01/clementinejs/issues",
"keywords": [
"MEAN",
"MongoDB",
"Express",
"Angular",
"Node",
"javascript",
"boilerplate"
],
"author": "Blake Johnston",
"license": "MIT",
"dependencies": {
"dotenv": "4.0.0",
"express": "^4.13.3",
"express-session": "1.15.3",
"mongoose": "4.10.2",
"passport": "0.3.2",
"passport-facebook": "2.1.1",
"passport-github": "1.1.0",
"passport-google-oauth": "1.0.0",
"passport-twitter": "1.0.4"
}
}