{
  "name": "angular.io",
  "version": "0.0.0",
  "private": true,
  "description": "Angular 2 documentation",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "harp": "harp",
    "live-server": "live-server",
    "test-api-builder": "jasmine-node tools/api-builder",
    "protractor": "protractor"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.io.git"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/angular/angular.io/blob/master/LICENSE"
    }
  ],
  "bugs": {
    "url": ""
  },
  "devDependencies": {
    "archiver": "^1.0.0",
    "assert-plus": "^1.0.0",
    "broken-link-checker": "0.7.1",
    "browser-sync": "^2.9.3",
    "canonical-path": "0.0.2",
    "cross-spawn": "^4.0.0",
    "codelyzer": "0.0.22",
    "del": "^2.2.0",
    "dgeni": "^0.4.0",
    "dgeni-packages": "^0.13.0",
    "diff": "^2.1.3",
    "fs-extra": "^0.30.0",
    "globby": "^4.0.0",
    "gulp": "^3.5.6",
    "gulp-env": "0.4.0",
    "gulp-task-listing": "^1.0.1",
    "gulp-tslint": "^5.0.0",
    "gulp-util": "^3.0.6",
    "gulp-watch": "^4.3.4",
    "harp": "^0.20.3",
    "html2jade": "^0.8.4",
    "indent-string": "^2.1.0",
    "jasmine-core": "^2.3.4",
    "jasmine-node": "^1.14.5",
    "jsdom": "^9.2.1",
    "jsonfile": "^2.2.2",
    "karma": "^0.13.10",
    "karma-chrome-launcher": "^1.0.1",
    "karma-jasmine": "^1.0.2",
    "live-server": "^1.0.0",
    "lodash": "^4.13.1",
    "marked": "^0.3.5",
    "minimatch": "^3.0.0",
    "mkdirp": "^0.5.1",
    "node-html-encoder": "0.0.2",
    "nodegit": "0.13.0",
    "path": "^0.12.7",
    "prompt": "^1.0.0",
    "protractor": "^3.0.0",
    "q": "^1.4.1",
    "tree-kill": "^1.0.0",
    "tslint": "^3.2.2",
    "yargs": "^4.7.1"
  },
  "dependencies": {
    "jstransformer-marked": "^1.0.1"
  },
  "homepage": "http://angular.io/"
}