-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 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
38
39
40
{
"name": "pattyfw",
"version": "0.5.0",
"description": "uLabPA Framework code",
"author": {
"name": "Wellington W. F. Sarmento",
"email": "[email protected]"
},
"contributors": [
{
"name": "Patrícia de Sousa Paula",
"email": "[email protected]"
},
{
"name": "Paulo de Tarso C. Pequeno",
"email": "[email protected]"
}
],
"repository": {
"url": "https://github.com/wwagner33/pattyFW"
},
"readme": "README",
"license": "Apache-2.0",
"main": "server.js",
"scripts": {
"test": "",
"start": "node ./test/server.js",
"dev": "nodemon ./test/server.js"
},
"devDependencies": {
"nodemon": "^2.0.12"
},
"dependencies": {
"ejs": "^2.7.4",
"express": "^4.17.1",
"jquery": "^3.5.1",
"mongoose": "^5.12.14",
"morgan": "^1.10.0"
}
}