{
  "name": "mini",
  "version": "1.1.0",
  "description": "Mini, node-able test runner",
  "preferGlobal": true,
  "main": "lib/mini.js",
  "homepage": "https://github.com/vesln/mini",
  "scripts": {
    "test": "bin/mini"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vesln/mini"
  },
  "author": "Veselin Todorov <hi@vesln.com>",
  "license": "MIT",
  "bin": {
    "mini": "bin/mini",
    "_mini": "bin/_mini"
  },
  "devDependencies": {
    "nixt": "*"
  },
  "dependencies": {
    "argvee": "^0.1.1",
    "eyehurt": "0.0.1",
    "fload": "^0.1.0",
    "tryc": "^0.1.0",
    "v8-argv": "^0.2.0"
  }
}
