forked from Laboratoria-learning/card-validator
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 943 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 943 Bytes
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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"sweetalert": "^2.1.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0"
},
"name": "card-validator-proyect-gdl",
"description": "* **Integrantes de equipo** _Lizbeth Pérez. Karla Martínez_ * **Curso:** _JS DEEP DIVE: CREA TU PROPIA LIBRERÍA USANDO JAVASCRIPT_ * **Unidad:** _Producto final_",
"version": "1.0.0",
"main": "dist/principal.js",
"scripts": {
"test": "mocha",
"build":"babel src --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KarlaMartinez17/card-validator.git"
},
"author": "Karla Martinez<karla.martinez_@hotmail.com>,Lizbeth Perez <lizbeth_perez_v@hotmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/KarlaMartinez17/card-validator/issues"
},
"homepage": "https://github.com/KarlaMartinez17/card-validator#readme"
}