-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.15 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
43
44
45
46
47
{
"name": "portfolio",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"body-parser": "^1.18.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"fs-extra": "^6.0.1",
"mongoose": "^5.5.0",
"natives": "^1.1.6",
"pug": "^2.0.3",
"showdown": "^1.9.1",
"slugs": "^0.1.3"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-changed": "^3.2.0",
"gulp-clean-css": "^3.9.4",
"gulp-imagemin": "^4.1.0",
"gulp-nodemon": "^2.5.0",
"gulp-sourcemaps": "^2.6.4",
"jest": "^23.0.1",
"nodemon": "^1.17.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp start",
"build:prod": "gulp build:prod",
"start:prod": "node start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/I3uckwheat/Portfolio.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/I3uckwheat/Portfolio/issues"
},
"homepage": "https://github.com/I3uckwheat/Portfolio#readme"
}