-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "751words",
"version": "0.0.0",
"description": "A tool to help you write every day",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Edmeral/751words"
},
"keywords": [
"writing",
"webapp",
"web-app",
"tool"
],
"author": "Aissam BELHACHMI <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Edmeral/751words/issues"
},
"homepage": "https://github.com/Edmeral/751words",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.13.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.8.1",
"cookie-parser": "^1.3.5",
"ejs": "^2.3.1",
"express": "^4.13.0",
"express-session": "^1.11.3",
"moment": "^2.10.3",
"moment-timezone": "^0.4.0",
"mongoose": "^4.0.6",
"morgan": "^1.6.0",
"passport": "^0.2.2",
"passport-local": "^1.0.0"
}
}