waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

package.json (282B)


      1 {
      2   "name": "Haxe",
      3   "version": "1.0.0",
      4   "description": "",
      5   "main": "index.js",
      6   "directories": {
      7     "lib": "lib"
      8   },
      9   "scripts": {
     10     "postinstall": "lix download"
     11   },
     12   "keywords": [],
     13   "author": "",
     14   "license": "ISC",
     15   "dependencies": {
     16     "lix": "^15.10.1"
     17   }
     18 }