-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.13 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
76
77
78
79
80
81
82
83
{
"name": "memslate_server",
"version": "0.3.0",
"description": "memslate server",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/gerardcarbo/memslate"
},
"author": "Gerard Carbo",
"license": "MIT",
"bugs": {
"url": "https://github.com/gerardcarbo/memslate/issues"
},
"homepage": "https://github.com/gerardcarbo/memslate",
"engines": {
"node": "14.16.x"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"bookshelf": "^1.1.1",
"cors": "^2.8.4",
"cron": "^1.8.2",
"csv-parse": "^4.8.8",
"debug": "^2.6.9",
"express": "^4.18.2",
"fast-levenshtein": "^2.0.6",
"knex": "^2.4.0",
"latest-version": "^7.0.0",
"locale": "^0.1.0",
"lodash": "^4.17.19",
"log4js": "^6.7.1",
"merge-stream": "^1.0.1",
"method-override": "^2.3.10",
"moment": "^2.29.2",
"node-uuid": "^1.4.8",
"nodemailer": "^6.9.0",
"pg": "^8.8.0",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"validator": "^13.7.0",
"when": "^3.7.8",
"http-proxy-middleware": "^2.0.6"
},
"devDependencies": {
"chokidar": "^3.5.1",
"eslint": "^7.28.0",
"eslint-path-formatter": "^0.1.1",
"eslint-plugin-angular": "^4.0.1",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-debug": "^4.0.0",
"gulp-eslint": "^6.0.0",
"gulp-jshint": "^2.1.0",
"gulp-nodemon": "^2.5.0",
"gulp-rename": "^2.0.0",
"gulp-shell": "^0.8.0",
"gulp-strip-debug": "^4.0.0",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.1.0",
"jshint": "^2.13.6",
"jshint-path-reporter": "^0.1.3",
"minijasminenode": "^1.1.1",
"natives": "^1.1.6",
"npm-force-resolutions": "0.0.10",
"protractor": "^7.0.0",
"q": "^1.5.1",
"run-sequence": "^2.2.1"
},
"resolutions": {
"https-proxy-agent": ">=2.2.3",
"clean-css": ">4.1.11",
"underscore": ">=1.12.1"
},
"scripts": {
"start_web_debug": "gulp default",
"server_install": "gulp dokku_install",
"compile_extension": "gulp -f ./gulpfileChromeExtension.js",
"tsc_watch": "tsc -w"
}
}