{
  "name": "haye",
  "version": "2.0.2",
  "description": "Haye is a super fast string based expression parser for Node.js",
  "main": "dist/haye.js",
  "module": "dist/haye.es.js",
  "browser": "dist/haye.browser.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepublishOnly": "npm run build",
    "pretest": "npm run lint && npm run build",
    "test": "japa",
    "build": "rollup -c",
    "lint": "standard src/**/*.js index.js test/**/*.js",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "benchmark": "matcha benchmarks/index.js"
  },
  "keywords": [
    "string-parser",
    "indicative",
    "expression"
  ],
  "author": "virk",
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-env": "^1.7.0",
    "benchmark": "^2.1.4",
    "coveralls": "^3.0.1",
    "cz-conventional-changelog": "^2.1.0",
    "japa": "^1.0.6",
    "japa-cli": "^1.0.1",
    "rollup": "^0.60.7",
    "rollup-plugin-babel": "^3.0.4",
    "rollup-plugin-uglify": "^4.0.0",
    "standard": "^11.0.1",
    "uglify-es": "^3.3.9"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/poppinss/haye.git"
  },
  "bugs": {
    "url": "https://github.com/poppinss/haye/issues"
  },
  "homepage": "https://github.com/poppinss/haye#readme"
}
