-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "centro",
"version": "0.0.1",
"private": false,
"main": "./app.js",
"repository": {
"type": "git",
"url": "https://github.com/enketo/centro"
},
"scripts": {
"start": "node app.js",
"test": "grunt test"
},
"dependencies": {
"body-parser": "^1.20.2",
"busboy": "^1.6.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"debug": "^4.3.4",
"express": "^4.18.2",
"libxmljs": "^1.0.11",
"morgan": "^1.10.0",
"pug": "^3.0.2",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"grunt": "^1.6.1",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
"grunt-nodemon": "^0.4.2",
"grunt-sass": "^3.1.0",
"load-grunt-tasks": "^5.1.0",
"mocha": "^10.2.0",
"request": "^2.88.2"
},
"volta": {
"node": "20.9.0"
}
}