forked from JanSeemann92/AISA_GeosoftwareII
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 858 Bytes
/
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
{
"name": "aisa",
"version": "1.0.0",
"description": "Projektabgabe WS21/22",
"main": "app.js",
"dependencies": {
"body-parser": "^1.19.0",
"bootstrap": "^5.0.2",
"chai": "^4.3.4",
"chai-json": "^1.0.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"file-system": "^2.2.2",
"fs": "0.0.1-security",
"got": "^11.8.2",
"ih-leaflet-canvaslayer-field": "^1.5.3",
"jquery": "^3.6.0",
"js-cookie": "^3.0.1",
"kill": "0.0.2",
"mocha": "^9.1.1",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"nodemon": "^2.0.12"
},
"devDependencies": {
"jest": "^27.2.0",
"pug": "^3.0.2"
},
"scripts": {
"start": "node ./bin/www",
"devstart": "npm start",
"test": "node ./node_modules/mocha/bin/mocha"
},
"author": "Antonia Jost",
"license": "ISC"
}