UNPKG

bp-prism-game

Version:
58 lines 1.4 kB
{ "name": "bp-prism-game", "version": "0.3.7", "modify-date": "2022-04-08", "description": "The BP Prism Game", "repository": "https://github.com:brianpilati/ng-prism-game.git", "peerDependencies": { "@angular/animations": ">=13.3.2", "@angular/common": ">=13.3.2", "@angular/core": ">=13.3.2", "ngx-cookie-service": ">=13.2.0" }, "license": "MIT", "keywords": [ "prism", "angular", "angular 8", "videogame", "video", "game", "alien", "creep", "library", "observables", "canvas", "animation" ], "private": false, "contributors": [ { "name": "Brian Pilati", "email": "brianpilati@gmail.com" } ], "module": "fesm2015/bp-prism-game.mjs", "es2020": "fesm2020/bp-prism-game.mjs", "esm2020": "esm2020/bp-prism-game.mjs", "fesm2020": "fesm2020/bp-prism-game.mjs", "fesm2015": "fesm2015/bp-prism-game.mjs", "typings": "bp-prism-game.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./bp-prism-game.d.ts", "esm2020": "./esm2020/bp-prism-game.mjs", "es2020": "./fesm2020/bp-prism-game.mjs", "es2015": "./fesm2015/bp-prism-game.mjs", "node": "./fesm2015/bp-prism-game.mjs", "default": "./fesm2020/bp-prism-game.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }