{
  "_from": "documentjs@^0.3.0-pre.4",
  "_id": "documentjs@0.3.6",
  "_inBundle": false,
  "_integrity": "sha1-gHEdS8cUcKVHlHT833jCLXz36as=",
  "_location": "/documentjs",
  "_phantomChildren": {
    "amdefine": "1.0.1",
    "async": "0.2.10",
    "asynckit": "0.4.0",
    "aws4": "1.8.0",
    "babel": "5.8.38",
    "brace-expansion": "1.1.11",
    "camelcase": "1.2.1",
    "caseless": "0.12.0",
    "chokidar": "1.7.0",
    "colors": "0.6.2",
    "decamelize": "1.2.0",
    "errno": "0.1.7",
    "extend": "3.0.2",
    "find-line-column": "0.5.2",
    "graceful-fs": "4.1.15",
    "har-validator": "4.2.1",
    "image-size": "0.5.5",
    "inflight": "1.0.6",
    "inherits": "2.0.3",
    "is-typedarray": "1.0.0",
    "isstream": "0.1.2",
    "json-stringify-safe": "5.0.1",
    "jsonfile": "2.4.0",
    "jsprim": "1.4.1",
    "mime": "1.2.11",
    "mime-db": "1.38.0",
    "minimist": "0.0.8",
    "moment": "2.24.0",
    "natives": "1.1.6",
    "once": "1.4.0",
    "pdenodeify": "0.1.0",
    "performance-now": "0.2.0",
    "promise": "7.3.1",
    "rimraf": "2.6.3",
    "safe-buffer": "5.1.2",
    "source-map": "0.5.7",
    "sshpk": "1.16.1",
    "steal-bundler": "0.2.8",
    "steal-systemjs": "0.16.6-bitovi.13",
    "stringstream": "0.0.6",
    "system-json": "0.0.3",
    "system-parse-amd": "0.0.2",
    "through2": "2.0.5",
    "tmp": "0.0.26",
    "traceur": "0.0.91",
    "transpile": "0.9.7",
    "uglify-to-browserify": "1.0.2",
    "urix": "0.1.0",
    "winston": "0.7.3",
    "ws": "0.8.1",
    "yargs": "1.3.3"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "documentjs@^0.3.0-pre.4",
    "name": "documentjs",
    "escapedName": "documentjs",
    "rawSpec": "^0.3.0-pre.4",
    "saveSpec": null,
    "fetchSpec": "^0.3.0-pre.4"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/documentjs/-/documentjs-0.3.6.tgz",
  "_shasum": "80711d4bc71470a5479474fcdf78c22d7cf7e9ab",
  "_spec": "documentjs@^0.3.0-pre.4",
  "_where": "/Library/WebServer/Documents/GitHub/funcunit/site",
  "bin": {
    "documentjs": "./bin/documentjs"
  },
  "bugs": {
    "url": "https://github.com/bitovi/documentjs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "MD5": "^1.2.1",
    "async": "~0.2.7",
    "can": "2.2.0-alpha.10",
    "chokidar": "^1.0.0-rc5",
    "documentjs-github-download": "^0.3.0",
    "engine-dependencies": "^0.2.0",
    "esprima": "~2.5.0",
    "fs-extra": "^0.24.0",
    "glob": "~4.0.3",
    "globule": "~0.1.0",
    "handlebars": "1.0.10",
    "jquery": "~1.11.0",
    "js-beautify": "~1.3.1",
    "less": "^1.7.0",
    "lodash": "~2.4.1",
    "minimatch": "~1.0.0",
    "npm": "^2.14.1",
    "q": "~1.0.1",
    "steal": "0.12.X",
    "steal-tools": "0.12.X",
    "yargs": "^1.3.1"
  },
  "deprecated": false,
  "description": "The sophisticated JavaScript documentation engine.",
  "devDependencies": {
    "connect": "^2.14.4",
    "mocha": ">= 1.18.0",
    "qunit-mocha-ui": "*",
    "rimraf": "2.1"
  },
  "engineDependencies": {
    "node": {
      "0.10.x": {
        "devDependencies": {
          "zombie": "^3.1.1"
        }
      },
      "0.12.x": {
        "devDependencies": {
          "zombie": "^3.1.1"
        }
      }
    },
    "iojs": {
      "^3.0.0": {
        "devDependencies": {
          "zombie": "^4.1.0"
        }
      }
    }
  },
  "homepage": "http://documentjs.com",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://opensource.org/licenses/mit-license.php"
    }
  ],
  "main": "main.js",
  "maintainers": [
    {
      "name": "Bitovi",
      "email": "contact@bitovi.com",
      "url": "http://bitovi.com/"
    }
  ],
  "name": "documentjs",
  "repository": {
    "type": "git",
    "url": "git://github.com/bitovi/documentjs.git"
  },
  "scripts": {
    "postinstall": "install-engine-dependencies",
    "publish": "git push origin && git push origin --tags",
    "release:major": "npm version major && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:patch": "npm version patch && npm publish",
    "release:prerelease": "npm version prerelease && npm publish",
    "test": "mocha test.js --reporter spec"
  },
  "system": {
    "npmDependencies": []
  },
  "version": "0.3.6"
}
