This repository was archived by the owner on Dec 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.28 KB
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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "express",
"version": "1.0.0",
"description": "ChypRiotE MEN app",
"keywords": [
"ChypRiotE",
"Node.js",
"application",
"bookmarker"
],
"author": {
"name": "ChypRiotE",
"email": "nicolas.temenides@gmail.com",
"url": "https://nicolastem.fr"
},
"engines": {
"node": ">= 0.6.0",
"npm": ">= 3.0.0"
},
"main": "app.js",
"private": true,
"scripts": {
"start": "node bin/www",
"build": "gulp build",
"dev": "gulp"
},
"dependencies": {
"async": "^2.6.1",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"debug": "^3.1.0",
"express": "^4.16.3",
"jquery": "^3.5.1",
"moment": "^2.22.2",
"mongodb": "^3.5.9",
"monk": "^7.3.0",
"morgan": "^1.10.0",
"multer": "^1.1.0",
"pug": "^2.0.0-beta5",
"serve-favicon": "~2.5.0"
},
"devDependencies": {
"browser-sync": "^2.26.13",
"cssnano": "^4.1.10",
"gulp": "^4.0.0",
"gulp-cache": "^1.0.2",
"gulp-imagemin": "^7.1.0",
"gulp-less": "^3.5.0",
"gulp-load-plugins": "^2.0.3",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.3",
"gulp-sourcemaps": "^2.6.4",
"postcss-browser-reporter": "^0.5.0",
"postcss-cssnext": "^3.1.0",
"postcss-reporter": "^5.0.0"
}
}