{
  "name": "angular2-platform-node",
  "main": "index.js",
  "typings": "index.d.ts",
  "description": "Universal (isomorphic) javascript support for Angular2",
  "dependencies": {
    "preboot": "4.5.2",
    "parse5": "^2.2.1",
    "css": "^2.2.1"
  },
  "contributors": [
    "gdi2290",
    "manekinekko",
    "jeffwhelpley",
    "MarkPieszak",
    "ashsidhu",
    "jeffbcross",
    "wesleycho",
    "dbabaioff",
    "tamascsaba",
    "alexpods",
    "laskoviymishka",
    "JohnGorter",
    "valorkin",
    "playground",
    "swirlycheetah",
    "datwheat",
    "btrigueiro",
    "Krijger",
    "vangorden",
    "alfamegaxq",
    "QuinntyneBrown",
    "vvakame",
    "gitter-badger",
    "juristr",
    "filipesilva",
    "lightningtgc",
    "justindujardin",
    "wellingWilliam",
    "adams",
    "alxhub",
    "naomiblack",
    "NathanWalker",
    "basarat",
    "visikov",
    "tbosch",
    "bnjjj"
  ],
  "version": "2.1.0-rc.1",
  "homepage": "https://github.com/angular/universal",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/universal"
  },
  "bugs": {
    "url": "https://github.com/angular/universal/issues"
  },
  "config": {
    "engine-strict": true
  },
  "engines": {
    "node": ">= 5.4.1 <= 7",
    "npm": ">= 3"
  }
}