UNPKG

craft

Version:

An HTML5 crafting API.

45 lines (44 loc) 975 B
{ "name": "craft", "description": "An HTML5 crafting API.", "version": "0.1.0", "homepage": "https://github.com/shama/craft", "author": { "name": "Kyle Robinson Young", "email": "kyle@dontkry.com", "url": "http://dontkry.com" }, "repository": { "type": "git", "url": "git://github.com/shama/craft.git" }, "bugs": { "url": "https://github.com/shama/craft/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/shama/craft/blob/master/LICENSE-MIT" } ], "engines": { "node": ">= 0.8.0" }, "scripts": { "start": "cd example && ../node_modules/.bin/browservefy world.js 8080 -- -d", "test": "node test.js", "gh-pages": "cp -R ./example/* ./ && browserify world.js -o world.js" }, "devDependencies": { "browservefy": "0.0.9", "tape": "~0.3.3" }, "dependencies": { "inherits": "~1.0.0" }, "keywords": [ "voxel", "crafting", "minecraft" ] }