-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
22 lines (22 loc) · 859 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
{
"name": "cursoreduxangularngrxfernandoherrera-reduxbasic",
"version": "1.0.0",
"description": "Mi código de seguimiento del curso \"REDUX en Angular con NGRX: Desde las bases hasta la práctica\" de Fernando Herrera en Udemy. Proyecto \"Redux Basic\". https://www.udemy.com/course/redux-ngrx-angular/",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KerosenoDev/CursoReduxAngularNgRxFernandoHerrera-ReduxBasic.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KerosenoDev/CursoReduxAngularNgRxFernandoHerrera-ReduxBasic/issues"
},
"homepage": "https://github.com/KerosenoDev/CursoReduxAngularNgRxFernandoHerrera-ReduxBasic#readme",
"dependencies": {
"redux": "^4.1.0"
}
}