{
  "name": "grunt-nightwatch-auto",
  "description": "前端自动化UI测试",
  "version": "0.3.9",
  "homepage": "",
  "author": {
    "name": "liquidliang",
    "email": "liquidliang@tencet.com"
  },
  "files": [
    "LICENSE-MIT",
    "tasks/",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ljquan/grunt-nightwatch-auto.git"
  },
  "bugs": {
    "url": ""
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "init": "npm install",
    "debug_log": "webpack --config ./debug_log.config.js --progress --colors --optimize-minimize --output-file min.js",
    "real": "grunt --force && grunt nightwatch_report --force",
    "gray": "grunt clean && grunt nightwatch_auto:gray --force && grunt nightwatch_report --force",
    "stop": "ps -fe|grep nightwatch |awk '{print $2}' | xargs kill -9"
  },
  "dependencies": {
    "grunt": "~0.4.5",
    "nightwatch": "latest",
    "extend": "^3.0.0",
    "mkdirp": "^0.5.1",
    "nwrun": ">=0.3.1",
    "jade": "^1.11.0",
    "string": "^3.3.1",
    "xml2js": "^0.4.17",
    "open": "0.0.5"
  },
  "devDependencies": {
    "webpack": "^1.13.0",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-jshint": "^0.9.2",
    "grunt-contrib-nodeunit": "^0.3.3"
  },
  "keywords": [
    "gruntplugin"
  ]
}
