{
  "name": "pug-lexer",
  "version": "3.1.0",
  "description": "The pug lexer (takes a string and converts it to an array of tokens)",
  "keywords": [
    "pug"
  ],
  "dependencies": {
    "character-parser": "^2.1.1",
    "is-expression": "^3.0.0",
    "pug-error": "^1.3.2"
  },
  "devDependencies": {
    "acorn": "^3.0.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pugjs/pug-lexer.git"
  },
  "author": "ForbesLindesay",
  "license": "MIT"
}
