Skip to content

Commit 07a2d07

Browse files
committed
Añadido package para propiedades del módulo
1 parent 780e7f4 commit 07a2d07

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "intro-node-js",
3+
"version": "1.0.0",
4+
"description": "Modulo Node JS de introducción",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/npm-js-ts-angular-modules-course/introduccion-node-js.git"
12+
},
13+
"keywords": [
14+
"introduccion",
15+
"nodejs",
16+
"node",
17+
"js"
18+
],
19+
"author": "Anartz Mugika Ledo <mugan86@gmail.com> (https://mugan86.github.io)",
20+
"license": "MIT",
21+
"bugs": {
22+
"url": "https://github.com/npm-js-ts-angular-modules-course/introduccion-node-js/issues"
23+
},
24+
"homepage": "https://github.com/npm-js-ts-angular-modules-course/introduccion-node-js#readme"
25+
}

0 commit comments

Comments
 (0)