UNPKG

haxeshim

Version:

Haxe shim to deal with cooexisting versions.

31 lines (30 loc) 664 B
{ "name": "haxeshim", "version": "0.12.4", "bin": { "haxe": "bin/haxeshim.js", "haxelib": "bin/haxelibshim.js", "neko": "bin/nekoshim.js" }, "description": "Haxe shim to deal with cooexisting versions.", "repository": { "type": "git", "url": "git+https://github.com/lix-pm/haxeshim.git" }, "scripts": { "prepublishOnly": "haxe all.hxml", "postinstall": "node bin/postinstall.js" }, "keywords": [ "haxe" ], "files": [ "bin" ], "author": "back2dos", "license": "MIT", "bugs": { "url": "https://github.com/lix-pm/haxeshim/issues" }, "homepage": "https://github.com/lix-pm/haxeshim#readme" }