-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.02 KB
/
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
39
40
41
42
43
{
"name": "@datorama/akita-ng-router-store",
"version": "3.1.4",
"description": "Bindings to connect the Angular Router with Akita store",
"scripts": {
"build": "ng-packagr -p package.json"
},
"ngPackage": {
"lib": {
"entryFile": "./src/index.ts"
}
},
"bugs": {
"url": "https://github.com/datorama/akita-ng-router-store/issues"
},
"homepage": "https://github.com/datorama/akita-ng-router-store#readme",
"repository": {
"type": "git",
"url": "https://github.com/datorama/akita-ng-router-store"
},
"keywords": [
"angular",
"akita router",
"angular angular router"
],
"maintainers": [
"Netanel Basal",
"Shahar Kazaz"
],
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@angular/common": "7.2.7",
"@angular/compiler": "7.2.7",
"@angular/compiler-cli": "7.2.7",
"@angular/core": "7.2.7",
"@angular/router": "7.2.7",
"@datorama/akita": "3.4.0",
"ng-packagr": "5.1.0",
"tsickle": "^0.34.3",
"typescript": "3.1"
}
}