{
  "name": "scenarist",
  "version": "1.1.9",
  "description": "Class-based branching test scenario runner for mocha",
  "main": "Suite.js",
  "module": "Suite.mjs",
  "jsnext:main": "Suite.mjs",
  "scripts": {
    "test": "nyc mocha test/src/test.js && nyc report --reporter=lcov --report-dir=test/coverage && wct test/src/index.html",
    "build": "gulp"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/t2ym/scenarist.git"
  },
  "keywords": [
    "mocha",
    "ES6",
    "ES2015",
    "scenario"
  ],
  "author": "Tetsuya Mori <t2y3141592@gmail.com>",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/t2ym/scenarist/issues"
  },
  "homepage": "https://github.com/t2ym/scenarist#readme",
  "devDependencies": {
    "babel-polyfill": "^6.20.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-runtime": "^6.20.0",
    "chai": "^3.5.0",
    "coveralls": "^2.11.15",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-if": "^2.0.2",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.5.4",
    "gulp-rollup": "^2.9.0",
    "gulp-sourcemaps": "^1.9.1",
    "gulp-uglify": "^2.0.0",
    "lcov-result-merger": "^1.2.0",
    "mocha": "^3.2.0",
    "nyc": "^11.0.3",
    "rollup-plugin-async": "^1.2.0",
    "run-sequence": "^1.2.2",
    "@t2ym/web-component-tester": "^6.0.0",
    "wct-istanbul": "^0.12.1"
  }
}
