-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 835 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 835 Bytes
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
{
"name": "noodleapp",
"version": "0.4.0",
"private": true,
"engines": {
"node": ">= 22.0.0",
"npm": ">= 11.17.0 < 12.0.0"
},
"dependencies": {
"body-parser": ">=1.20.6",
"connect": "^3.7.0",
"connect-redis": "^3.4.2",
"cookie-parser": "^1.4.7",
"csurf": "^1.11.0",
"errorhandler": "^1.5.2",
"express": "^4.22.*",
"express-session": "^1.19.0",
"method-override": "^3.0.0",
"morgan": "^1.11.0",
"nconf": "^0.13.0",
"passport": "^0.5.3",
"passport-pnut": "^0.1.1",
"pug": "^3.0.4",
"redis": "^3.0.0",
"request": "^2.88.2",
"requirejs": "^2.3.8",
"xtend": "^4.0.2"
},
"devDependencies": {
"mocha": ">= 1.4.2",
"nock": ">= 0.13.7",
"should": ">= 1.1.1"
},
"scripts": {
"test": "make test",
"start": "node app.js"
}
}