forked from MilanLund/migration-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
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": "0.0.1",
"private": false,
"scripts": {
"start": "nodemon ./server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/MilanLund/migration-tool.git"
},
"dependencies": {
"body-parser": "~1.15.2",
"cookie-parser": "^1.4.3",
"csvtojson": "^1.1.9",
"debug": "~2.2.0",
"express": "~4.14.0",
"express-bearer-token": "^2.1.0",
"morgan": "~1.7.0",
"nodemon": "^1.11.0",
"pug": "^2.0.0-rc.4",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"sanitize-html": "^1.16.1",
"socket.io": "^2.0.4"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.0",
"gulp-less": "^3.3.2",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0"
},
"main": "app.js",
"keywords": [],
"author": "Milan Lund",
"license": "MIT",
"description": "Imports data to a Kentico Cloud project."
}