This repository has been archived by the owner on Jun 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 1.58 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
{
"name": "meesterproef",
"version": "0.1.0",
"description": "Application for the masterproof",
"main": "app.js",
"author": "matthias",
"license": "MIT",
"scripts": {
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mat1th/meesterproef"
},
"bugs": {
"url": "https://github.com/mat1th/meesterproef/issues"
},
"keywords": [
"Slideshow",
"CMS",
"Displays"
],
"dependencies": {
"bluebird": "^3.4.0",
"body-parser": "^1.10.1",
"cookie-parser": "^1.4.3",
"emailjs": "^1.0.5",
"express": "^4.13.4",
"express-myconnection": "^1.0.4",
"express-session": "^1.10.1",
"gsap": "^1.18.5",
"hbs": "^4.0.0",
"moment": "^2.9.0",
"multer": "^0.1.6",
"mysql": "^2.5.4",
"path": "^0.12.7",
"session-file-store": "0.0.2",
"socket.io": "^1.4.6"
},
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-preset-es2015": "^6.6.0",
"browser-sync": "^2.12.8",
"critical": "^0.7.2",
"css-mqpacker": "^4.0.1",
"cssnext": "^1.8.4",
"csswring": "^4.2.2",
"eslint": "^2.3.0",
"eslint-config-airbnb": "^6.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.0.3",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-nodemon": "^2.0.7",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.1.0",
"gulp-responsive-images": "0.0.3",
"gulp-sourcemaps": "^1.6.0",
"gulp-svgmin": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.5",
"nodemon": "^1.9.1",
"postcss": "^5.0.19"
}
}