haxe
Version:
Wrapper of Haxe, an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each platform's native capabilities.
53 lines (52 loc) • 1.17 kB
JSON
{
"name": "haxe",
"version": "5.2.1",
"homepage": "http://haxe.org/",
"description": "Wrapper of Haxe, an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each platform's native capabilities.",
"keywords": [
"compiler",
"language",
"haxe",
"wrapper"
],
"scripts": {
"install": "node install.js",
"test": "cd test && npm pack .. && npm install && node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/HaxeFoundation/npm-haxe.git"
},
"bugs": {
"url": "https://github.com/HaxeFoundation/npm-haxe/issues"
},
"directories": {
"bin": "./bin"
},
"author": "clemos",
"contributors": [
"damoebius"
],
"license": "MIT",
"os": [
"win32",
"win64",
"darwin",
"linux"
],
"cpu": [
"x64",
"ia32"
],
"engines" : { "node" : ">=8.0.0" },
"dependencies": {
"download": "7.1.0",
"download-status": "2.2.1",
"fs-extra": "8.1.0"
},
"haxeDependencies": {
"haxe": "3.4.7",
"haxelib": "3.3.0",
"neko": "2.2.0"
}
}