{
  "name": "alley-cheetah",
  "version": "0.0.7",
  "description": "",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "lint": "standard",
    "prebuild": "npm run lint",
    "build": "babel src -d lib",
    "pretest": "npm run build",
    "test": "tape test/**/*.js",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/josephfrazier/alley-cheetah.git"
  },
  "author": "Joseph Frazier <1212jtraceur@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/josephfrazier/alley-cheetah/issues"
  },
  "homepage": "https://github.com/josephfrazier/alley-cheetah#readme",
  "dependencies": {
    "@google/maps": "^0.3.0",
    "sort-on": "^1.3.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.6.0",
    "dotenv": "^2.0.0",
    "memoize-fs": "^1.0.5",
    "standard": "^8.5.0",
    "tape": "^4.6.3"
  }
}
