UNPKG

@calf/angular

Version:

Angular module of Calf framework.

48 lines (47 loc) 1.18 kB
{ "name": "@calf/angular", "version": "0.4.7", "description": "Angular module of Calf framework.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "test": "mocha -r ts-node/register test/test.ts" }, "repository": { "type": "git", "url": "https://github.com/FilipMatys/Calf.git" }, "keywords": [ "calf", "framework", "angular" ], "author": "Filip Matys <matysfilip@gmail.com> (https://github.com/FilipMatys)", "license": "MIT", "peerDependencies": { "@angular/common": "^10.0.0", "@angular/core": "^10.0.0", "@angular/router": "^10.0.0", "@calf/common": "^0.4.3", "@calf/serializable": "^0.3.0", "rxjs": "^6.5.0" }, "devDependencies": { "@angular/common": "^10.0.0", "@angular/core": "^10.0.0", "@angular/router": "^10.0.0", "@calf/common": "^0.4.3", "@calf/serializable": "^0.3.5", "@types/chai": "^4.1.4", "@types/mocha": "^5.2.5", "chai": "^4.1.2", "mocha": "^5.2.0", "rxjs": "^6.5.0", "ts-node": "~7.0.0", "typescript": "^4.0.0" } }