-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 964 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
38
39
{
"name": "clementinejs-fcc",
"version": "1.0.1",
"description": "The elegant and lightweight boilerplate for full stack JavaScript.",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/johnstonbl01/clementinejs-fcc"
},
"homepage": "http://www.clementinejs.com/",
"bugs": "https://github.com/johnstonbl01/clementinejs-fcc/issues",
"keywords": [
"MongoDB",
"Mongoose",
"full stack",
"Express",
"Node",
"javascript",
"boilerplate"
],
"scripts": {
"start": "node server.js"
},
"author": "Blake Johnston",
"license": "MIT",
"dependencies": {
"body-parser": "^1.17.2",
"dotenv": "^1.2.0",
"ejs-locals": "^1.0.2",
"express": "^4.12.4",
"express-session": "^1.11.3",
"mongoose": "^4.1.0",
"nodemon": "^1.11.0",
"passport": "^0.3.0",
"passport-github": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4"
}
}