ngx-snake
Version:
Snake game as an angular component, its only the core of the game... you need to add everything around it (controls, score...) yourself :)
51 lines • 1.31 kB
JSON
{
"name": "ngx-snake",
"description": "Snake game as an angular component, its only the core of the game... you need to add everything around it (controls, score...) yourself :) ",
"version": "1.0.6",
"author": {
"name": "Chrystian Ruminowicz",
"email": "chrystianr@gmail.com"
},
"homepage": "http://chrum.it/pages/ngx-snake",
"keywords": [
"angular",
"ngx",
"ng",
"typescript",
"snake",
"game",
"core"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chrum/ngx-snake"
},
"peerDependencies": {
"@angular/common": ">12.1.0",
"@angular/core": ">12.1.0"
},
"dependencies": {
"tslib": "^2.2.0"
},
"module": "fesm2015/ngx-snake.mjs",
"es2020": "fesm2020/ngx-snake.mjs",
"esm2020": "esm2020/ngx-snake.mjs",
"fesm2020": "fesm2020/ngx-snake.mjs",
"fesm2015": "fesm2015/ngx-snake.mjs",
"typings": "ngx-snake.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./ngx-snake.d.ts",
"esm2020": "./esm2020/ngx-snake.mjs",
"es2020": "./fesm2020/ngx-snake.mjs",
"es2015": "./fesm2015/ngx-snake.mjs",
"node": "./fesm2015/ngx-snake.mjs",
"default": "./fesm2020/ngx-snake.mjs"
}
},
"sideEffects": false
}