{
  "name": "llparse",
  "version": "1.3.1",
  "main": "lib/llparse.js",
  "scripts": {
    "lint": "eslint test/*.js test/**/*.js lib/*.js lib/**/*.js lib/**/**/*.js",
    "test": "mocha --reporter=spec test/*-test.js && npm run lint"
  },
  "keywords": [],
  "author": "Fedor Indutny <fedor@indutny.com> (http://darksi.de/)",
  "license": "MIT",
  "dependencies": {
    "llvm-ir": "^1.3.0"
  },
  "devDependencies": {
    "async": "^2.6.0",
    "eslint": "^4.18.0",
    "mocha": "^5.0.0"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "gh:indutny/llparse"
  },
  "description": ""
}
