UNPKG

pixel-eight

Version:

A library inspired by the pico-8 API for writing games for the Kano Pixel

44 lines (43 loc) 956 B
{ "name": "pixel-eight", "version": "0.0.7", "description": "A library inspired by the pico-8 API for writing games for the Kano Pixel", "main": "./index.js", "types": "./index.d.ts", "files": [ "index.js", "font.js", "index.d.ts", "community-sdk/communitysdk.js", "community-sdk/src" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "nodemon ./example.js" }, "repository": { "type": "git", "url": "github:thaggie/pixel-eight.git" }, "keywords": [ "kano", "pixel", "game", "graphics" ], "author": "Tom Haggie", "license": "MIT", "bugs": { "url": "https://github.com/thaggie/pixel-eight/issues" }, "homepage": "https://github.com/thaggie/pixel-eight#readme", "dependencies": { "serialport": "^6.2.2", "uuid": "^3.3.2", "ws": "^6.0.0" }, "devDependencies": { "nodemon": "^1.18.9", "prettier": "^1.15.3" } }