{
  "name": "justo-runner",
  "version": "0.14.1",
  "description": "Justo.js runner.",
  "homepage": "http://justojs.org",
  "author": {
    "name": "Justo Labs",
    "email": "hello@justolabs.com",
    "url": "http://justojs.org"
  },
  "contributors": [
    {
      "name": "Raúl G. González",
      "email": "raulggonzalez@justojs.org",
      "url": ""
    }
  ],
  "keywords": [
    "Justo",
    "Justo.js"
  ],
  "bugs": {
    "url": "https://github.com/justojs/justo-runner/issues",
    "email": "issues@justojs.org"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/justojs/justo-runner.git"
  },
  "engines": {
    "node": ">=5.0.0",
    "npm": ">=3.0.0"
  },
  "dependencies": {
    "justo-fs": "*",
    "justo-injector": "*",
    "justo-result": "*",
    "justo-sync": "*"
  },
  "devDependencies": {
    "babel-preset-es2015": "*",
    "grunt": "*",
    "grunt-babel": "*",
    "grunt-contrib-clean": "*",
    "grunt-contrib-copy": "*",
    "grunt-contrib-jshint": "*",
    "grunt-mocha-test": "*",
    "grunt-travis-lint": "*",
    "justo-assert": "*",
    "justo-dummy": "*",
    "justo-fs": "*",
    "justo-injector": "*",
    "justo-loader": "*",
    "justo-result": "*",
    "justo-spy": "*",
    "justo-stub": "*",
    "mocha": "*"
  },
  "preferGlobal": false,
  "main": "index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "grunt test"
  }
}
