-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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": "style_guide",
"version": "1.0.0",
"description": "StyleGuide is a DIY blog with an e-commerce section that sells kitsfor the DIY projects written about in its articles. ",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nthurnau/WDI_Project_4.git"
},
"author": "Nicole Thurnau",
"license": "ISC",
"bugs": {
"url": "https://github.com/nthurnau/WDI_Project_4/issues"
},
"homepage": "https://github.com/nthurnau/WDI_Project_4#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"jsonwebtoken": "^5.7.0",
"mongoose": "^4.4.10",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"semantic-ui": "^2.1.8"
},
"devDependencies": {
"browser-sync": "^2.12.5",
"gulp": "^3.9.1",
"gulp-html-src": "^1.0.0",
"gulp-inject": "^4.0.0",
"gulp-nodemon": "^2.0.6"
}
}