UNPKG

@phaser-plus/perspective2d

Version:

Create games with a linearly transformed projection

65 lines 1.78 kB
{ "name": "@phaser-plus/perspective2d", "version": "0.1.7", "description": "Create games with a linearly transformed projection", "source": "src/main.js", "main": "lib/main.js", "module": "lib/module.js", "types": "lib/main.d.ts", "scripts": { "dev": "nodemon -e js -w src --exec \"npm run build\"", "build": "npm run build:lib", "build:lib": "npm run build:src && npm run build:tsd", "build:src": "parcel build --no-source-maps --no-cache --no-optimize", "build:tsd": "tsc -d --allowJs --types @toolcase/base,@toolcase/logging,phaser,@phaser-plus/core --emitDeclarationOnly --target es5 --lib ES2015,DOM,ScriptHost --outDir ./lib ./src/main.js" }, "peerDependencies": { "phaser": "3.x", "@toolcase/base": "1.x", "@toolcase/logging": "0.x", "@phaser-plus/core": "0.x" }, "targets": { "types": false, "main": { "optimize": false }, "module": { "optimize": false } }, "directories": { "lib": "lib" }, "files": [ "lib" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "homepage": "https://phaser-plus.kalevski.dev", "keywords": [ "phaser", "phaser3", "utilities", "games", "html5", "gamedev", "browser", "isometric", "2d", "perspective" ], "author": { "name": "kalevski" }, "repository": { "type": "git", "url": "git+https://github.com/kalevski/phaser-plus.git" }, "bugs": { "url": "https://github.com/kalevski/phaser-plus/issues" }, "license": "MIT" }