{
  "name": "@lleohao/nej-mocha",
  "version": "4.4.0",
  "description": "A test framework specifically for NEJ module system users.",
  "main": "index.js",
  "scripts": {
    "patch:publish": "npm version patch && git push origin master --follow-tags && git push --tags origin master && npm publish",
    "major:publish": "npm version major && git push origin master --follow-tags && git push --tags origin master && npm publish",
    "minor:publish": "npm version minor && git push origin master --follow-tags && git push --tags origin master && npm publish",
    "build": "gulp browserify",
    "test": "mocha --timeout=30000 --recursive",
    "test:unit": "npm run test ./test/unit/",
    "test:e2e": "npm run test ./test/e2e/spec/**/**/*.spec.js",
    "test:cli": "cross-env NODE_ENV=test node ./bin/nej-mocha --configPath=test/e2e/fixtures/nej-mocha.conf.js && cross-env NODE_ENV=test node ./bin/nej-mocha --configPath=test/e2e/fixtures/nej-mocha-not-closing.conf.js",
    "test:all": "npm run test:unit && npm run test:e2e && npm run test:cli",
    "test:cover": "nyc npm run test:all",
    "test:unit:cover": "nyc npm run test:unit",
    "test:e2e:cover": "nyc npm run test:e2e",
    "lint": "eslint **/**/*.js --fix",
    "prettier": "prettier **/*.js --write",
    "precommit": "npm run build && npm run prettier && npm run lint && npm run test:cover && git add ."
  },
  "bin": {
    "nej-mocha": "./bin/nej-mocha"
  },
  "engines": {
    "node": "6 || 7 || 8"
  },
  "devEngines": {
    "node": "6 || 7 || 8"
  },
  "author": "AndyRightNow",
  "license": "MIT",
  "repository": "https://github.com/AndyRightNow/nej-mocha",
  "bugs": "https://github.com/AndyRightNow/nej-mocha/issues",
  "dependencies": {
    "chai": "^3.5.0",
    "chalk": "^2.3.0",
    "commander": "^2.9.0",
    "cors": "^2.8.1",
    "debug": "^2.6.1",
    "ejs": "^2.5.6",
    "esprima": "^3.1.3",
    "express": "^4.15.0",
    "get-port": "^3.2.0",
    "glob": "^7.1.1",
    "istanbul": "^0.4.5",
    "lodash": "^4.17.4",
    "mocha": "^3.2.0",
    "nightmare": "^2.10.0",
    "should": "^13.2.3",
    "traverse": "^0.6.6",
    "winston": "^2.4.0",
    "yargs": "^7.1.0"
  },
  "devDependencies": {
    "bower": "^1.8.0",
    "browserify": "^14.5.0",
    "cross-env": "^5.1.1",
    "del": "^3.0.0",
    "eslint": "^3.19.0",
    "gulp": "^3.9.1",
    "gulp-hash": "^4.1.1",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.6.1",
    "gulp-tap": "^1.0.1",
    "gulp-transform": "^3.0.5",
    "gulp-uglify": "^3.0.0",
    "nyc": "^10.2.0",
    "prettier": "^1.10.2",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0"
  }
}
