-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "project-mam",
"version": "1.0.0",
"description": "my personal portfolio",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/MikeAlexMartinez/project-mam"
},
"scripts": {
"dev": "npm-run-all -p gulp-watch serve",
"gulp-watch": "gulp watch",
"serve": "nodemon ./dev.js",
"production": "nodemon ./production.js",
"test": "mocha --timeout 10000 --exit"
},
"author": "michael martinez",
"license": "MIT",
"devDependencies": {
"chai": "^4.1.2",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-include": "^2.3.1",
"gulp-real-favicon": "^0.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jshint": "^2.9.5",
"mam-project-templates": "^1.0.0",
"mocha": "^4.1.0",
"mongodb": "^2.2.0",
"npm-run-all": "^4.1.2",
"puppeteer": "^1.0.0-next.1515568144024",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"animate.css": "^3.5.2",
"animsition": "^4.0.2",
"async": "^2.6.0",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"dompurify": "^1.0.3",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-brute": "^1.0.1",
"express-brute-mongoose": "^1.0.2",
"express-session": "^1.15.6",
"express-winston": "^2.4.0",
"fast-deep-equal": "^1.0.0",
"helmet": "^3.10.0",
"imagesloaded": "^4.1.4",
"ionicons": "^3.0.0",
"jquery": "^3.3.1",
"masonry-layout": "^4.2.0",
"method-override": "^2.3.10",
"moment": "^2.20.1",
"mongoose": "^4.13.7",
"normalize.css": "^7.0.0",
"owl.carousel": "^2.2.0",
"pug": "^2.0.0-rc.4",
"request": "^2.83.0",
"request-ip": "^2.0.2",
"request-promise": "^4.2.2",
"serve-favicon": "^2.4.5",
"uuid": "^3.1.0",
"validator": "^9.3.0",
"waypoints": "^4.0.1",
"winston": "^2.4.0"
}
}