{
  "name": "jade",
  "description": "Jade template engine",
  "version": "1.3.1",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/visionmedia/jade"
  },
  "main": "./index.js",
  "bin": {
    "jade": "./bin/jade.js"
  },
  "man": [
    "./jade.1"
  ],
  "dependencies": {
    "commander": "2.1.0",
    "mkdirp": "~0.3.5",
    "transformers": "2.1.0",
    "character-parser": "1.2.0",
    "monocle": "1.1.51",
    "with": "~3.0.0",
    "constantinople": "~2.0.0"
  },
  "devDependencies": {
    "coffee-script": "*",
    "mocha": "*",
    "istanbul": "*",
    "markdown": "*",
    "stylus": "*",
    "should": "*",
    "less": "*",
    "uglify-js": "*",
    "browserify": "*",
    "linify": "*"
  },
  "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"
  },
  "bugs": {
    "url": "https://github.com/visionmedia/jade/issues"
  },
  "homepage": "https://github.com/visionmedia/jade",
  "_id": "jade@1.3.1",
  "dist": {
    "shasum": "7483d848b8714dc50a40da98b0409790b374216b",
    "tarball": "http://registry.npmjs.org/jade/-/jade-1.3.1.tgz"
  },
  "_from": "jade@~1.3.0",
  "_npmVersion": "1.3.21",
  "_npmUser": {
    "name": "forbeslindesay",
    "email": "forbes@lindesay.co.uk"
  },
  "maintainers": [
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    },
    {
      "name": "forbeslindesay",
      "email": "forbes@lindesay.co.uk"
    }
  ],
  "directories": {},
  "_shasum": "7483d848b8714dc50a40da98b0409790b374216b",
  "_resolved": "https://registry.npmjs.org/jade/-/jade-1.3.1.tgz",
  "readme": "ERROR: No README data found!"
}
