{
  "name": "consumed",
  "version": "1.0.7",
  "description": "Easy string consumption",
  "main": "lib/consumed.js",
  "scripts": {
    "test": "grunt",
    "codeclimate": "codeclimate-test-reporter < coverage/lcov.info",
    "travis": "grunt ci"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tandrewnichols/consumed.git"
  },
  "keywords": [
    "consume",
    "parse",
    "string",
    "match",
    "lexer"
  ],
  "author": {
    "name": "Andrew Nichols",
    "email": "tandrewnichols@gmail.com",
    "url": "www.tandrewnichols.me"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tandrewnichols/consumed/issues"
  },
  "homepage": "https://github.com/tandrewnichols/consumed",
  "devDependencies": {
    "codeclimate-test-reporter": "^0.4.0",
    "coffee-script": "~1.12.2",
    "eslint-codeframe-formatter": "^1.0.2",
    "expect.js": "~0.3.1",
    "grunt": "~1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-clean": "~1.0.0",
    "grunt-contrib-copy": "~1.0.0",
    "grunt-contrib-uglify": "~2.2.0",
    "grunt-contrib-watch": "~1.0.0",
    "grunt-eslint": "^19.0.0",
    "grunt-mocha-test": "~0.13.2",
    "grunt-open": "~0.2.3",
    "grunt-shell": "^2.1.0",
    "grunt-simple-istanbul": "^3.0.2",
    "grunt-testem-mincer": "^0.5.18",
    "grunt-travis-matrix": "1.0.0",
    "indeed": "~1.1.0",
    "mocha": "~3.2.0",
    "mocha-given": "~0.1.3",
    "proxyquire": "~1.7.10",
    "sinon": "~2.1.0",
    "task-master": "~2.3.0"
  },
  "dependencies": {},
  "engines": {
    "node": ">=4"
  }
}
