UNPKG

kontra

Version:

Kontra HTML5 game development library

62 lines (61 loc) 1.56 kB
{ "name": "kontra", "version": "6.2.3", "description": "Kontra HTML5 game development library", "main": "kontra.js", "module": "kontra.mjs", "sideEffects": false, "scripts": { "test": "karma start --single-run", "test-watch": "karma start", "build": "gulp build", "dist": "gulp dist" }, "repository": { "type": "git", "url": "https://github.com/straker/kontra.git" }, "keywords": [ "HTML5", "JavaScript", "game", "library", "js13k" ], "author": "Steven Lambert", "license": "MIT", "bugs": { "url": "https://github.com/straker/kontra/issues" }, "homepage": "https://github.com/straker/kontra", "devDependencies": { "chai": "^4.2.0", "coveralls": "^3.0.3", "gulp": "^4.0.0", "gulp-append-prepend": "^1.0.6", "gulp-changed": "^3.2.0", "gulp-concat": "^2.6.1", "gulp-livingcss": "^4.1.1", "gulp-plumber": "^1.2.1", "gulp-preprocess": "^3.0.2", "gulp-rename": "^1.4.0", "gulp-replace": "^1.0.0", "gulp-size": "^3.0.0", "gulp-terser": "^1.1.7", "karma": "^4.0.1", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.2.0", "karma-coverage-istanbul-instrumenter": "^1.0.1", "karma-coverage-istanbul-reporter": "^2.0.5", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.5", "karma-sinon": "^1.0.5", "livingcss": "^6.0.2", "marked": "^0.7.0", "mocha": "^6.1.4", "rollup": "^1.6.0", "rollup-stream": "^1.24.1", "sinon": "^7.2.7", "vinyl-source-stream": "^2.0.0" } }