{
  "name": "ram-es6",
  "description": "Experiment ES6 features",
  "main": "dist/index.js",
  "scripts": {
    "commit": "git-cz",
    "check-coverage": "istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
    "report-coverage": "cat ./coverage/lcov.info | codecov",
    "prebuild": "rimraf dist",
    "build": "babel --copy-files --out-dir dist --ignore tests src",
    "test": "mocha test --compilers js:babel-register",
    "watch:test": "npm run test -- -w",
    "cover": "nyc npm run test",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rambethina/es6.git"
  },
  "keywords": [
    "List",
    "of",
    "Articles"
  ],
  "files": [
    "dist",
    "README.md"
  ],
  "author": "ram bethina",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rambethina/es6/issues"
  },
  "homepage": "https://github.com/rambethina/es6#readme",
  "dependencies": {
    "unique-random-array": "^1.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-stage-2": "^6.11.0",
    "babel-register": "^6.9.0",
    "chai": "^3.5.0",
    "codecov.io": "^0.1.6",
    "commitizen": "^2.8.2",
    "cz-conventional-changelog": "^1.1.6",
    "ghooks": "^1.3.0",
    "istanbul": "^0.4.4",
    "mocha": "^2.5.3",
    "nyc": "^6.6.1",
    "rimraf": "^2.5.3",
    "semantic-release": "^4.3.5"
  },
  "czConfig": {
    "path": "node_modules/cz-conventional-changelog"
  },
  "config": {
    "ghooks": {
      "pre-commit": "npm run cover && npm run check-coverage"
    }
  },
  "babel": {
    "presets": [
      "es2015",
      "stage-2"
    ]
  },
  "version": "1.4.0"
}