{
  "name": "@pirxpilot/jade-core",
  "description": "Jade version 1.x with security patches",
  "version": "1.12.2",
  "author": "TJ Holowaychuk <tj@vision-media.ca>",
  "maintainers": [
    "Forbes Lindesay <forbes@lindesay.co.uk>",
    "Matthias Le Brun <mlbli@me.com>",
    "Joshua Appelman <joshua@jbna.nl>",
    "Jonathan Ong <jonathanrichardong@gmail.com>",
    "Alex Kocharin <alex@kocharin.ru>",
    "Hemanth <hemanth.hm@gmail.com>",
    "Timothy Gu <timothygu99@gmail.com>",
    "Andreas Lubbe <git@lubbe.org>"
  ],
  "license": "MIT",
  "repository": "pirxpilot/pug",
  "main": "lib",
  "dependencies": {
    "character-parser": "^1.2.2",
    "constantinople": "^4.0.0",
    "jstransformer": "^1.0.0",
    "void-elements": "~3.1.0",
    "with": "^7.0.0"
  },
  "devDependencies": {
    "jstransformer-cdata": "^1.0.0",
    "jstransformer-coffee-script": "^1.0.0",
    "jstransformer-less": "^2.0.0",
    "jstransformer-marked": "^1.0.0",
    "jstransformer-stylus": "^1.0.0",
    "jstransformer-uglify-js": "^1.2.0",
    "jstransformer-verbatim": "^1.0.0",
    "mocha": "*",
    "should": "*",
    "uglify-js": "~2",
    "uubench": "^0.0.1"
  },
  "scripts": {
    "test": "make check"
  },
  "browser": {
    "fs": false,
    "./lib/filters.js": "./lib/filters-client.js"
  },
  "files": [
    "lib"
  ],
  "homepage": "http://github.com/jnordberg/jade-legacy"
}