pixelbutler
Version:
Low-res bitmap render engine for big screens
74 lines (73 loc) • 1.8 kB
JSON
{
"name": "pixelbutler",
"version": "0.2.0",
"description": "Low-res bitmap render engine for big screens",
"keywords": [
"framebuffer",
"canvas",
"webgl",
"low-res",
"pixel",
"gamejam"
],
"homepage": "https://github.com/pixelbutler/pixelbutler",
"repository": {
"type": "git",
"url": "https://github.com/pixelbutler/pixelbutler.git"
},
"authors": [
{
"name": "Stephen Whitmore",
"url": "https://github.com/noffle"
},
{
"name": "Bart van der Schoor",
"url": "https://github.com/Bartvds"
}
],
"bugs": {
"url": "https://github.com/pixelbutler/pixelbutler/issues"
},
"license": {
"type": "MIT",
"url": "https://raw.github.com/pixelbutler/pixelbutler/master/LICENSE-MIT"
},
"engines": {
"node": ">= 0.10.0"
},
"main": "./build/index.js",
"scripts": {
"prepublish": "grunt prepublish",
"build": "grunt build",
"test": "grunt test"
},
"typescript": {
"definition": "./build/pixelbutler.d.ts"
},
"dependencies": {
"xhr": "^1.9.0"
},
"devDependencies": {
"chai": "^1.9.1",
"grunt": "^0.4.4",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-dts-bundle": "^0.2.0",
"grunt-gh-pages": "^0.9.1",
"grunt-mocha-slimer": "0.0.2",
"grunt-ts": "^1.12.1",
"grunt-ts-clean": "^0.2.0",
"grunt-tslint": "^0.4.1",
"grunt-typedoc": "^0.1.0",
"grunt-webpack": "^1.0.7",
"lz-string": "^1.3.3",
"mocha-unfunk-reporter": "^0.4.0",
"source-map-loader": "^0.1.3",
"tslint-path-formatter": "^0.1.1",
"webpack": "^1.3.0-beta5",
"webpack-dev-server": "^1.4.1"
}
}