package.json 3.98 KB
{
  "_from": "jade@~1.11.0",
  "_id": "jade@1.11.0",
  "_inBundle": false,
  "_integrity": "sha1-nIDlOMEtP7lcjZu5VZ+gzAQEBf0=",
  "_location": "/jade",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jade@~1.11.0",
    "name": "jade",
    "escapedName": "jade",
    "rawSpec": "~1.11.0",
    "saveSpec": null,
    "fetchSpec": "~1.11.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/jade/-/jade-1.11.0.tgz",
  "_shasum": "9c80e538c12d3fb95c8d9bb9559fa0cc040405fd",
  "_spec": "jade@~1.11.0",
  "_where": "C:\\Users\\LG\\Desktop\\4-1\\Reminder-Talk",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "bin": {
    "jade": "./bin/jade.js"
  },
  "browser": {
    "fs": false,
    "./lib/filters.js": "./lib/filters-client.js"
  },
  "bugs": {
    "url": "https://github.com/jadejs/jade/issues"
  },
  "bundleDependencies": false,
  "component": {
    "scripts": {
      "jade": "runtime.js"
    }
  },
  "dependencies": {
    "character-parser": "1.2.1",
    "clean-css": "^3.1.9",
    "commander": "~2.6.0",
    "constantinople": "~3.0.1",
    "jstransformer": "0.0.2",
    "mkdirp": "~0.5.0",
    "transformers": "2.1.0",
    "uglify-js": "^2.4.19",
    "void-elements": "~2.0.1",
    "with": "~4.0.0"
  },
  "deprecated": "Jade has been renamed to pug, please install the latest version of pug instead of jade",
  "description": "A clean, whitespace-sensitive template language for writing HTML",
  "devDependencies": {
    "browserify": "*",
    "browserify-middleware": "~4.1.0",
    "code-mirror": "~3.22.0",
    "coffee-script": "*",
    "coveralls": "^2.11.2",
    "express": "~4.10.4",
    "github-basic": "^4.1.2",
    "handle": "~1.0.0",
    "highlight-codemirror": "~4.1.0",
    "inconsolata": "0.0.2",
    "istanbul": "*",
    "jade-code-mirror": "~1.0.5",
    "jade-highlighter": "~1.0.5",
    "jstransformer-cdata": "0.0.3",
    "jstransformer-coffee-script": "0.0.2",
    "jstransformer-less": "^1.0.0",
    "jstransformer-marked": "0.0.1",
    "jstransformer-stylus": "0.0.1",
    "jstransformer-verbatim": "0.0.2",
    "less": "<2.0.0",
    "less-file": "0.0.9",
    "linify": "*",
    "lsr": "^1.0.0",
    "marked": "~0.3.3",
    "mocha": "*",
    "opener": "^1.3.0",
    "pull-request": "^3.0.0",
    "rimraf": "^2.2.8",
    "should": "*",
    "stop": "^3.0.0-rc1",
    "stylus": "*",
    "twbs": "0.0.6",
    "uglify-js": "*"
  },
  "homepage": "http://jade-lang.com",
  "license": "MIT",
  "main": "lib",
  "maintainers": [
    {
      "name": "Forbes Lindesay",
      "email": "forbes@lindesay.co.uk"
    },
    {
      "name": "Matthias Le Brun",
      "email": "mlbli@me.com"
    },
    {
      "name": "Joshua Appelman",
      "email": "joshua@jbna.nl"
    },
    {
      "name": "Jonathan Ong",
      "email": "jonathanrichardong@gmail.com"
    },
    {
      "name": "Alex Kocharin",
      "email": "alex@kocharin.ru"
    },
    {
      "name": "Hemanth",
      "email": "hemanth.hm@gmail.com"
    },
    {
      "name": "Timothy Gu",
      "email": "timothygu99@gmail.com"
    },
    {
      "name": "Andreas Lubbe",
      "email": "git@lubbe.org"
    }
  ],
  "name": "jade",
  "repository": {
    "type": "git",
    "url": "git://github.com/jadejs/jade.git"
  },
  "scripts": {
    "build": "npm run compile",
    "compile": "npm run compile-full && npm run compile-runtime",
    "compile-full": "browserify ./lib/index.js --standalone jade -x ./node_modules/transformers > jade.js",
    "compile-runtime": "browserify ./lib/runtime.js --standalone jade > runtime.js",
    "coverage": "istanbul cover --report none --dir cov-pt0 node_modules/mocha/bin/_mocha -- -R dot",
    "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
    "postcoverage": "istanbul report --include cov-pt\\*/coverage.json && rimraf cov-pt*",
    "precoverage": "rimraf coverage && rimraf cov-pt*",
    "prepublish": "npm prune && linify transform bin && npm run build",
    "test": "mocha -R spec"
  },
  "version": "1.11.0"
}