waf/playground/haxe/executable/package.json

19 lines
282 B
JSON

{
"name": "Haxe",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"postinstall": "lix download"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"lix": "^15.10.1"
}
}