{
  "name": "jade",
  "description": "Jade template engine",
  "version": "1.6.0",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "maintainers": [
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    },
    {
      "name": "forbeslindesay",
      "email": "forbes@lindesay.co.uk"
    },
    {
      "name": "bloodyowl",
      "email": "mlbli@me.com"
    },
    {
      "name": "jbnicolai",
      "email": "jappelman@xebia.com"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/visionmedia/jade"
  },
  "main": "./index.js",
  "bin": {
    "jade": "./bin/jade.js"
  },
  "dependencies": {
    "character-parser": "1.2.0",
    "commander": "2.1.0",
    "constantinople": "~2.0.0",
    "mkdirp": "~0.5.0",
    "monocle": "1.1.51",
    "transformers": "2.1.0",
    "void-elements": "~1.0.0",
    "with": "~3.0.0"
  },
  "devDependencies": {
    "coffee-script": "*",
    "mocha": "*",
    "istanbul": "*",
    "markdown": "*",
    "stylus": "*",
    "should": "*",
    "less": "*",
    "uglify-js": "*",
    "browserify": "*",
    "linify": "*",
    "less-file": "0.0.8",
    "express": "~3.4.8",
    "browserify-middleware": "~2.4.0",
    "twbs": "0.0.6",
    "highlight-codemirror": "~3.20.0",
    "inconsolata": "0.0.2",
    "jade-code-mirror": "~1.0.5",
    "code-mirror": "~3.22.0",
    "handle": "~1.0.0",
    "jade-highlighter": "~1.0.5",
    "marked": "~0.3.2",
    "stop": "^3.0.0-rc1",
    "opener": "^1.3.0",
    "github-basic": "^3.0.0",
    "pull-request": "^3.0.0",
    "lsr": "^1.0.0",
    "rimraf": "^2.2.8"
  },
  "component": {
    "scripts": {
      "jade": "runtime.js"
    }
  },
  "scripts": {
    "test": "mocha -R spec && npm run coverage",
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha",
    "prepublish": "npm prune && linify transform bin && npm run build",
    "build": "npm run compile",
    "compile": "npm run compile-full && npm run compile-runtime",
    "compile-full": "browserify ./lib/jade.js --standalone jade -x ./node_modules/transformers > jade.js",
    "compile-runtime": "browserify ./lib/runtime.js --standalone jade > runtime.js"
  },
  "browser": {
    "./lib/filters.js": "./lib/filters-client.js"
  },
  "gitHead": "44f4d6e6ae6d19b927956e19124e1926618e93ca",
  "bugs": {
    "url": "https://github.com/visionmedia/jade/issues"
  },
  "homepage": "https://github.com/visionmedia/jade",
  "_id": "jade@1.6.0",
  "_shasum": "c02540cd97b1014db3c15743746bc3dcd54170f9",
  "_from": "jade@~1.6.0",
  "_npmVersion": "1.5.0-alpha-4",
  "_npmUser": {
    "name": "forbeslindesay",
    "email": "forbes@lindesay.co.uk"
  },
  "dist": {
    "shasum": "c02540cd97b1014db3c15743746bc3dcd54170f9",
    "tarball": "http://registry.npmjs.org/jade/-/jade-1.6.0.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/jade/-/jade-1.6.0.tgz"
}
