-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1 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": "migration-tool",
"version": "1.0.1",
"private": false,
"scripts": {
"start": "nodemon ./server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/MilanLund/migration-tool.git"
},
"dependencies": {
"body-parser": "~1.19.0",
"cookie-parser": "^1.4.5",
"csvtojson": "^2.0.10",
"debug": "~4.3.1",
"express": "~4.17.1",
"express-bearer-token": "^2.4.0",
"morgan": "~1.10.0",
"nodemon": "^2.0.6",
"pug": "^3.0.0",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"sanitize-html": "^2.3.0",
"socket.io": "^3.0.4"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-less": "^4.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2"
},
"main": "app.js",
"keywords": [],
"author": "Milan Lund",
"license": "MIT",
"description": "Imports data to a Kentico Kontent project."
}