-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 998 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
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "angular-redux-dynamic-modules",
"version": "0.2.4",
"description": "Helper service and module, which gives ability add modules dynamically to store",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/playerx/angular-redux-dynamic-modules.git"
},
"keywords": [
"angular",
"redux",
"dynamic",
"module"
],
"author": "Ezeki Zibzibadze",
"license": "ISC",
"bugs": {
"url": "https://github.com/playerx/angular-redux-dynamic-modules/issues"
},
"homepage": "https://github.com/playerx/angular-redux-dynamic-modules#readme",
"dependencies": {
"@angular-redux/router": "6.3.1",
"@angular-redux/store": "7.0.0",
"@angular/common": "5.0.2",
"@angular/core": "5.0.2",
"@angular/router": "5.0.2",
"redux": "3.7.2",
"redux-observable": "0.17.0",
"rxjs": "5.5.2"
}
}