-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 844 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
{
"name": "cifradocesar",
"version": "1.0.0",
"description": "* Pixel Perfect (Replicar el diseño con exactitud)\r * Estructura de carpetas y archivos\r * Nombramiento de clases, id, etc\r * Indentación\r * Archivo README.md actualizado y correctamente redactado\r * Uso de comentarios para hacer tu código más legible",
"main": "cifradoCesar.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/massienderella/cifrado-cesar.git"
},
"keywords": [
"cifrado"
],
"author": "Massiel Moraga",
"license": "ISC",
"bugs": {
"url": "https://github.com/massienderella/cifrado-cesar/issues"
},
"homepage": "https://github.com/massienderella/cifrado-cesar#readme",
"devDependencies": {
"eslint": "^4.16.0"
}
}