{
  "name": "avenir",
  "version": "0.0.1",
  "description": "Lightweight async library based on lazy futures (Tasks)",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yelouafi/avenir.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yelouafi/avenir/issues"
  },
  "keywords": [
    "javascript",
    "async",
    "task",
    "future",
    "promise"
  ],
  "author": "Yassine ELOUAFI <yelouafi@gmail.com>",
  "dependencies": {},
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "eslint": "^3.19.0",
    "faucet": "0.0.1",
    "husky": "^0.13.3",
    "jsdoc": "^3.4.3",
    "lint-staged": "^3.4.1",
    "minami": "^1.2.3",
    "rimraf": "^2.6.1",
    "tape": "^4.6.3"
  },
  "scripts": {
    "precommit": "lint-staged",
    "lint": "eslint src test",
    "test": "tape \"test/**/*.js\" | faucet",
    "check": "npm run lint && npm run test",
    "gen-docs": "rimraf docs && jsdoc src --configure .jsdoc.json --verbose"
  },
  "lint-staged": {
    "*.js": [
      "check",
      "prettier --write",
      "git add"
    ]
  }
}
