{
  "name": "sd-roasters",
  "version": "0.1.0",
  "description": "San Diego Coffee Roasters as an exported JS object interface.",
  "main": "index.js",
  "scripts": {
    "compile": "./node_modules/cson/bin/cson2json src/roaster-list.cson > dist/roaster-list.json",
    "build": "npm run compile && ./node_modules/uglify-js/bin/uglifyjs dist/roaster-list.json -o dist/roaster-list.min.json",
    "style": "standard index.js",
    "test": "node test/roaster-list.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/francismakes/sd-roasters.git"
  },
  "keywords": [
    "francismakes",
    "san",
    "diego",
    "coffee",
    "roasters",
    "data"
  ],
  "author": "francismakes",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/francismakes/sd-roasters/issues"
  },
  "homepage": "https://github.com/francismakes/sd-roasters",
  "devDependencies": {
    "browser-sync": "^2.2.2",
    "cson": "^2.0.0",
    "gulp": "^3.8.11",
    "standard": "^2.7.3",
    "tape": "^3.5.0",
    "uglify-js": "^2.4.16"
  }
}
