-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 882 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
{
"name": "funcoes-matematicas",
"version": "1.0.5",
"description": "Esse é um pacote para JavaScript e Node.js com funções matemáticas prontas, sejam elas de cálculo, conversão ou até mesmo verificação.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miguelrisquelme/funcoes-matematicas.git"
},
"keywords": [
"js",
"javascript",
"nodejs",
"node",
"funções",
"functions",
"math",
"functions",
"math",
"matemática",
"calculo",
"equações",
"conversões"
],
"author": "Miguel Riquelme",
"license": "ISC",
"bugs": {
"url": "https://github.com/miguelrisquelme/funcoes-matematicas/issues"
},
"homepage": "https://github.com/miguelrisquelme/funcoes-matematicas#readme"
}