forked from cmda-minor-web/browser-technologies-2021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1006 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
38
{
"name": "enquete",
"version": "1.0.0",
"description": "Application that walks you through an enquete, focused on accesibility and progressive enhancement",
"main": "app.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InjuMichorius/browser-technologies-2021.git"
},
"keywords": [
"progressiveEnhancement",
"accesibility"
],
"author": "Inju Michorius",
"license": "MIT",
"bugs": {
"url": "https://github.com/InjuMichorius/browser-technologies-2021/issues"
},
"homepage": "https://github.com/InjuMichorius/browser-technologies-2021#readme",
"dependencies": {
"assert": "^2.0.0",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"mongodb": "^3.6.5",
"mongoose": "^5.12.2",
"nodemon": "^2.0.7",
"uuid": "^8.3.2"
}
}