ehc-test-matematicas
Version:
Test proyecto matemáticas nodejs y npm
28 lines (27 loc) • 658 B
JSON
{
"name": "ehc-test-matematicas",
"version": "1.1.0",
"description": "Test proyecto matemáticas nodejs y npm",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/issedgar/test-matematicas.git"
},
"keywords": [
"math",
"matematicas",
"suma",
"resta",
"división",
"multip"
],
"author": "Edgar Carrillo <issedgar@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/issedgar/test-matematicas/issues"
},
"homepage": "https://github.com/issedgar/test-matematicas#readme"
}