{
  "name": "nimjs",
  "version": "0.0.2",
  "description": "Compile Nim in JavaScript",
  "author": "Adam Stankiewicz",
  "license": "MIT",
  "engines": {
    "node": ">=0.12"
  },
  "repository": "sheerun/nimjs",
  "scripts": {
    "preinstall": "node build.js"
  },
  "bin": {
    "nim": "bin/nim"
  },
  "keywords": [
    "nim",
    "nimrod",
    "compiler"
  ]
}
