-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
110 lines (110 loc) · 3.27 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "shiftbulk",
"version": "1.0.0",
"siteDescription": "Shiftbulk aims to improve the speed of design, detailing and purchasing of a conveyor system. It aims at reducing the complexity of sourcing equipment, specifying designs, generation and management of equipment lists and generally reducing the complexity of OEM product selection.",
"main": "index.js",
"repo": "https://github.com/shiftbulk/shiftbulk",
"dependencies": {
"@popperjs/core": "^2.11.0",
"accepts": "^1.3.7",
"assemble-yaml": "^0.2.1",
"async": "^1.5.2",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.19.1",
"bootstrap": "^4.6.1",
"bootstrap-select": "^1.13.18",
"braintree": "^2.24.0",
"broken-link-checker": "^0.7.8",
"browserify": "^16.5.2",
"bytes": "^2.5.0",
"chance": "^1.1.8",
"chromedriver": "^88.0.0",
"cleaner-wrasse": "^1.3.20",
"coffeescript": "^2.6.1",
"compressible": "^2.0.18",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"content-type": "^1.0.4",
"crypto": "^0.0.3",
"debug": "^2.6.9",
"dotenv": "^2.0.0",
"etag": "^1.8.1",
"express": "^4.17.2",
"express-flash": "^0.0.2",
"express-flash-messages": "^0.1.1",
"express-handlebars": "^3.1.0",
"express-recaptcha": "^2.3.0",
"express-session": "^1.17.2",
"express-validator": "^6.14.0",
"finalhandler": "^1.1.2",
"flash": "^1.1.0",
"fraternate": "^1.5.24",
"fresh": "^0.5.2",
"grunt": "^1.4.1",
"grunt-bump": "^0.8.0",
"grunt-concurrent": "^3.0.0",
"grunt-nodemon": "^0.4.2",
"grunt-open": "^0.2.4",
"grunt-run": "^0.8.1",
"grunt-shell": "^3.0.1",
"grunt-spell": "^1.0.0",
"grunt-zip": "^0.18.2",
"handlebars-helpers": "^0.10.0",
"handlebars-utils": "^1.0.6",
"handlebars.moment": "^1.0.4",
"heavylifting": "^1.8.35",
"hooks-fixed": "^2.0.2",
"http-errors": "^1.8.1",
"ipaddr.js": "^1.9.1",
"jquery": "^3.6.0",
"kareem": "^1.5.0",
"method-override": "^2.3.10",
"moment": "^2.29.1",
"mongodb": "^3.7.3",
"mongodb-core": "^2.1.20",
"mongoose": "^5.13.14",
"mongoose-fuzzy-searching": "^1.3.4",
"morgan": "^1.10.0",
"mquery": "^3.2.5",
"muri": "^1.3.0",
"nodemailer": "^2.7.2",
"parseurl": "^1.3.3",
"passport": "^0.3.2",
"passport-github": "^1.1.0",
"passport-google-oauth": "^1.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-google-token": "^0.1.2",
"passport-local": "^1.0.0",
"popper.js": "^1.16.1",
"progressbar.js": "^1.1.0",
"proxy-addr": "^1.1.5",
"qs": "^6.10.2",
"raw-body": "^2.4.2",
"request": "^2.88.2",
"safe-buffer": "^5.2.1",
"selenium-webdriver": "^4.1.0",
"semini": "^1.5.118",
"send": "^0.16.2",
"serve-favicon": "^2.5.0",
"serve-static": "^1.14.2",
"sitemap-generator": "^8.5.1",
"sitemap-to-array": "^6.0.0",
"supertest": "^4.0.2",
"uid-safe": "^2.1.5",
"vary": "^1.1.2"
},
"devDependencies": {
"grunt-bg-shell": "^2.3.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-zip-directories": "^1.0.1",
"gulp": "^4.0.2",
"handlebars-helper-moment": "^0.2.0",
"jest": "^25.5.4",
"jest-editor-support": "^28.2.0"
},
"scripts": {
"test:watch": "jest "
},
"author": "",
"license": "ISC"
}