29 lines
631 B
JSON
29 lines
631 B
JSON
{
|
|
"name": "@loafer/ngrx-store",
|
|
"version": "0.0.1",
|
|
"module": "@loafer/ngrx-store.es5.js",
|
|
"es2015": "@loafer/ngrx-store.js",
|
|
"main": "bundles/ngrx-store.umd.js",
|
|
"typings": "ngrx-store.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.loafle.net/loafer/js.git"
|
|
},
|
|
"keywords": [
|
|
"RxJS",
|
|
"Angular",
|
|
"Redux"
|
|
],
|
|
"author": "Rob Wormald <robwormald@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://www.loafle.com"
|
|
},
|
|
"homepage": "https://www.loafle.com",
|
|
"peerDependencies": {
|
|
"@angular/core": "^5.0.0",
|
|
"@ngrx/store": "^5.2.0",
|
|
"rxjs": "^5.5.0"
|
|
}
|
|
}
|