{
  "name": "@kawix/core",
  "description": "The next generation module loader for nodejs",
  "browser": "./crossplatform/dist/main.js",
  "keywords": [
    "loader",
    "transpiler",
    "module",
    "next",
    "ecmascript",
    "async",
    "import",
    "kawi",
    "kodhe"
  ],
  "version": "1.0.3",
  "stdVersion": "1.0.3",
  "main": "main.js",
  "directories": {
    "example": "example",
    "test": "test"
  },
  "bin":{
    "kwcore": "./bin/cli.js",
    "kawix": "./bin/cli.js"
  },
  "scripts": {
    "test": "node ./example/example"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kodhework/kawix.git"
  },
  "author": "Kodhe <developer@kodhe.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kodhework/kawix/issues"
  },
  "homepage": "https://github.com/kodhework/kawix#readme"
}
