{
  "name": "simjs",
  "version": "2.0.3",
  "description": "SimJS updated with ES2015 and updated toolchain",
  "main": "sim.js",
  "files": [
    "sim.js"
  ],
  "keywords": [
    "discrete",
    "event",
    "simulation",
    "queue",
    "store",
    "buffer",
    "container"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/btelles/simjs-updated"
  },
  "scripts": {
    "audit": "nsp check package",
    "build": "browserify -d -e  src/sim.js -t babelify --outfile sim.js",
    "check": "npm run audit && npm outdated --depth 0",
    "coverage": "nyc --reporter=lcov --reporter=text --reporter=html npm test",
    "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "github-release": "conventional-github-releaser -p angular",
    "lint": "eslint src",
    "test": "ava --require babel-core/register -S src/test/*-tests.js",
    "validate": "npm run lint && npm test",
    "prepare": "npm run build && npm run validate && npm run check",
    "pp": "npm run prepare",
    "major": "pmm major",
    "minor": "pmm minor",
    "patch": "pmm patch"
  },
  "author": {
    "name": "Bernardo Telles",
    "email": "btelles@google.com",
    "url": "https://github.com/btelles"
  },
  "pre-commit": [
    "validate"
  ],
  "dependencies": {},
  "devDependencies": {
    "ava": "^0.14.0",
    "babel-cli": "^6.5.1",
    "babel-core": "^6.5.2",
    "babel-eslint": "^6.0.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.7.7",
    "babel-plugin-transform-function-bind": "^6.5.2",
    "babel-preset-es2015": "^6.5.0",
    "babelify": "^7.3.0",
    "browserify": "^13.0.0",
    "conventional-github-releaser": "^1.1.0",
    "coveralls": "^2.11.9",
    "cz-conventional-changelog": "^1.1.5",
    "eslint": "^2.5.1",
    "nsp": "^2.2.0",
    "nyc": "^6.1.1",
    "pmm": "^1.3.0",
    "pre-commit": "^1.1.2"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
