{
  "name": "squel-top-start-at",
  "homepage": "https://github.com/bostrt/squel-top-start-at",
  "version": "1.0.0",
  "description": "Squel.js plugin that adds support for the `TOP N` and `START AT N` keywords.",
  "main": "index.js",
  "keywords": [
    "squel",
    "top",
    "start",
    "at",
    "limit",
    "offset"
  ],
  "peerDependencies": {
    "squel": "3.x"
  },
  "files": [
    "index.js",
    "README.md",
    "package.json",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/bostrt/squel-top-start-at.git"
  },
  "author": "Robert Bost <bostrt@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "squel": "3.x",
    "mocha": "~1.18.2"
  },
  "scripts": {
    "test": "mocha"
  }
}
