-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 813 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 813 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
31
32
33
34
35
36
37
{
"name": "smart-blog",
"version": "1.0.0",
"description": "Mean Stack Smart Blog",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YehualashetGit/SmartBlog.git"
},
"keywords": [
"MEAN",
"stack",
"Angular",
"2",
"Application"
],
"author": "yehualashet",
"license": "ISC",
"bugs": {
"url": "https://github.com/YehualashetGit/SmartBlog/issues"
},
"homepage": "https://github.com/YehualashetGit/SmartBlog#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"crypto": "^1.0.1",
"express": "^4.16.2",
"jsonwebtoken": "^8.1.0",
"mongoose": "^4.12.4",
"morgan": "^1.9.0",
"path": "^0.12.7"
}
}