{
  "name": "nitter",
  "version": "0.3.2",
  "description": "Itterator functions",
  "main": "lib/index.js",
  "scripts": {
    "build": "babel src -d lib",
    "test": "mocha --compilers js:babel-register test/*.js",
    "coverage": "babel-node node_modules/babel-istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/YoloDev/nitter.git"
  },
  "keywords": [
    "ES6",
    "Itterator"
  ],
  "author": "Alxandr",
  "license": "Apache 2",
  "bugs": {
    "url": "https://github.com/YoloDev/nitter/issues"
  },
  "homepage": "https://github.com/YoloDev/nitter",
  "devDependencies": {
    "babel-cli": "^6.4.0",
    "babel-eslint": "^4.1.6",
    "babel-istanbul": "^0.6.0",
    "babel-plugin-transform-function-bind": "^6.3.13",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-stage-1": "^6.3.13",
    "babel-register": "^6.3.13",
    "json": "^9.0.3",
    "mocha": "^2.3.4",
    "should": "^6.0.1",
    "sinon": "^1.14.1"
  }
}
