UNPKG

874 BJSONView Raw
1{
2 "name": "rx-flux",
3 "version": "3.0.0",
4 "description": "",
5 "main": "lib/index.js",
6 "typings": "lib",
7 "scripts": {
8 "test": "echo \"Error: no test specified\" && exit 1",
9 "prepublish": "rm -rf lib && node_modules/.bin/ngc"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+ssh://git@gitlab.com/litealex/rx-flux.git"
14 },
15 "author": "alexander zakharov",
16 "license": "ISC",
17 "bugs": {
18 "url": "https://gitlab.com/litealex/rx-flux/issues"
19 },
20 "homepage": "https://gitlab.com/litealex/rx-flux#README",
21 "dependencies": {
22 "@angular/common": "^5.0.0",
23 "@angular/compiler": "^5.0.0",
24 "@angular/compiler-cli": "^5.0.0",
25 "@angular/core": "^5.0.0",
26 "@angular/platform-browser": "^5.0.0",
27 "@angular/router": "^5.0.0",
28 "rxjs": "^5.5.6",
29 "typescript": "2.4.0",
30 "zone.js": "^0.8.18"
31 },
32 "devDependencies": {}
33}