generated from ICEI-PUC-Minas-PMV-ADS/WebApplicationProject-Template
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
37 lines (37 loc) · 1.38 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
{
"name": "crypto-conversor",
"version": "0.4.3",
"description": "Projeto de conversão de criptomoedas do primeiro período do curso de Análise e Desenvolvimento de Sistemas da PUC Minas Virtual",
"main": "src/index.html",
"directories": {
"doc": "docs",
"presentation": "presentation",
"source": "src"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ICEI-PUC-Minas-PMV-ADS/crypto-conversor.git"
},
"keywords": [],
"contributors": [
"Aaron Duarte Dalla <[email protected]> (https://github.com/aarondalla)",
"Gabriel Miranda Cangussu <[email protected]> (https://github.com/gamirca)",
"Iago Ferreira <[email protected]> (https://www.github.com/iagxferreira)",
"Matheus Henique Rodrigues <[email protected]> (https://github.com/mths1094)",
"Renan Costa Cunha <[email protected]> (https://github.com/RENANCC1994)",
"Tafarel Luis de Mello <[email protected]> (https://github.com/Tafarel-Mello)",
"Thiago Costa Prates <[email protected]> (https://github.com/tprates)"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/ICEI-PUC-Minas-PMV-ADS/crypto-conversor/issues"
},
"homepage": "https://github.com/ICEI-PUC-Minas-PMV-ADS/crypto-conversor#readme",
"devDependencies": {
"jest": "^28.1.0",
"node-fetch": "^3.2.5"
}
}