forked from JohnCoker/thrustcurve3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.5 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.5 KB
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
{
"name": "site",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "node_modules/jasmine/bin/jasmine.js",
"lint": "jshint `find . -name node_modules -prune -o -name out -prune -o -name tmp -prune -o -name public -prune -o -name '*.js' -print` public/javascripts/main.js"
},
"dependencies": {
"async": "^1.5.2",
"bcrypt-nodejs": "^0.0.3",
"bluebird": "^3.4.6",
"body-parser": "^1.19.0",
"connect-mongo": "^1.1.0",
"continuation-local-storage": "^3.1.7",
"cookie-parser": "~1.3.5",
"crypto": "0.0.3",
"date-format-lite": "^0.7.4",
"debug": "~2.6.9",
"expect": "^1.20.2",
"exphbs": "^1.1.0",
"express": "^4.17.1",
"express-session": "^1.13.0",
"express-xml-bodyparser": "^0.3.0",
"fs": "0.0.2",
"handlebars": "^4.7.6",
"handlebars-helper": "0.0.12",
"less-middleware": "1.0.x",
"mongodb": "^2.1.2",
"mongoose": "4.10.8",
"mongoose-dateonly": "^1.0.3",
"morgan": "^1.6.1",
"mysql": "^2.10.0",
"new-date": "^0.2.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"process": "^0.11.2",
"readline": "^1.3.0",
"sendgrid": "2.0.0",
"serve-favicon": "^2.5.0",
"strformat": "0.0.7",
"strftime": "^0.9.2",
"underscore": "^1.8.3",
"xlsx-style": "^0.8.13",
"xml-parser": "^1.2.1",
"xml-writer": "^1.6.0",
"xmlparser": "^0.1.0",
"yamljs": "^0.2.6"
},
"devDependencies": {
"jasmine": "^2.5.2",
"mockgoose": "^6.0.8"
}
}