-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
52 lines (52 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"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"
}
}