{
  "name": "then-pug",
  "description": "An async, streaming version of the pug templating language",
  "version": "2.0.0",
  "author": "Jérôme Wagner",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/pugjs/pug"
  },
  "main": "lib",
  "dependencies": {
    "barrage": "^1.1.0",
    "promise": "^7.1.1",
    "pug-filters": "^3.1.0",
    "pug-lexer": "^4.0.0",
    "pug-linker": "^3.0.5",
    "pug-load": "^2.0.11",
    "pug-parser": "^5.0.0",
    "pug-runtime": "^2.0.4",
    "pug-strip-comments": "^1.0.3",
    "then-yield": "0.0.1",
    "with": "^6.0.0",

    "babel-core": "^6.26.3",
    "babel-generator": "^6.26.1",
    "babel-template": "^6.26.0",
    "babel-types": "^6.26.0",
    "babylon": "^6.18.0",
    "constantinople": "^3.0.1",
    "doctypes": "^1.1.0",
    "js-stringify": "^1.0.1",
    "pug-attrs": "^2.0.3",
    "pug-error": "^1.3.2",
    "void-elements": "^2.0.1"
  },
  "devDependencies": {
    "jstransformer-cdata": "^1.0.0",
    "jstransformer-coffee-script": "^1.0.0",
    "jstransformer-less": "^2.1.0",
    "jstransformer-markdown-it": "^1.0.0",
    "jstransformer-stylus": "^1.0.0",
    "jstransformer-uglify-js": "^1.1.1",
    "jstransformer-verbatim": "^1.0.0",
    "mkdirp": "^0.5.1",
    "rimraf": "^2.2.8",
    "uglify-js": "github:mishoo/UglifyJS2#1c15d0db456ce32f1b9b507aad97e5ee5c8285f7"
  },
  "browser": {
    "fs": false
  },
  "homepage": "https://pugjs.org"
}
