{
  "name": "grille",
  "version": "0.8.2",
  "description": "Simple CMS using Google Spreadsheets",
  "main": "lib/grille.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha"
  },
  "author": "Thomas Hunter II <me@thomashunter.name>",
  "license": "BSD-2-Clause",
  "dependencies": {
    "async": "^2.1.2",
    "deep-extend": "^0.6.0",
    "google-spreadsheet": "^2.0.3",
    "lodash": "^4.16.4"
  },
  "devDependencies": {
    "mocha": "^6.2.0",
    "redis": "^2.6.2",
    "sinon": "^1.12.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tlhunter/node-grille.git"
  },
  "keywords": [
    "cms",
    "spreadsheet",
    "google"
  ],
  "bugs": {
    "url": "https://github.com/tlhunter/node-grille/issues"
  },
  "homepage": "https://github.com/tlhunter/node-grille"
}
