{
  "name": "shifting",
  "version": "1.2.6",
  "description": "Create APIs that supports callback-style and Promises.",
  "keywords": [
    "promise",
    "callback",
    "hybrid",
    "api"
  ],
  "author": "Dieter Luypaert <dieterluypaert@gmail.com>",
  "license": "MIT",
  "repository": "https://github.com/Moeriki/node-shifting",
  "engines": {
    "node": ">=4",
    "npm": ">=3"
  },
  "main": "index.js",
  "files": [
    "*.js"
  ],
  "scripts": {
    "lint": "eslint *.js test/",
    "test": "npm run lint && jest --coverage",
    "precommit": "lint-staged",
    "prepush": "npm run test"
  },
  "dependencies": {
    "any-promise": "^1.3.0"
  },
  "devDependencies": {
    "babel-eslint": "~8.0.2",
    "babel-jest": "~21.2.0",
    "coveralls": "~3.0.0",
    "eslint": "~4.12.0",
    "eslint-plugin-muriki": "~1.0.0",
    "husky": "~0.14.3",
    "jest": "~21.2.1",
    "lint-staged": "~5.0.0"
  },
  "lint-staged": {
    "*.js": "eslint"
  }
}
