{
  "_args": [
    [
      {
        "raw": "can-ssr@^0.9.1",
        "scope": null,
        "escapedName": "can-ssr",
        "name": "can-ssr",
        "rawSpec": "^0.9.1",
        "spec": ">=0.9.1 <0.10.0",
        "type": "range"
      },
      "/Users/kevin/dev/done-component"
    ]
  ],
  "_from": "can-ssr@>=0.9.1 <0.10.0",
  "_id": "can-ssr@0.9.4",
  "_inCache": true,
  "_location": "/can-ssr",
  "_nodeVersion": "0.12.7",
  "_npmUser": {
    "name": "matthewp",
    "email": "matthew@matthewphillips.info"
  },
  "_npmVersion": "2.11.3",
  "_phantomChildren": {
    "less": "2.7.1",
    "steal-systemjs": "0.16.6-bitovi.13",
    "system-json": "0.0.3"
  },
  "_requested": {
    "raw": "can-ssr@^0.9.1",
    "scope": null,
    "escapedName": "can-ssr",
    "name": "can-ssr",
    "rawSpec": "^0.9.1",
    "spec": ">=0.9.1 <0.10.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/can-ssr/-/can-ssr-0.9.4.tgz",
  "_shasum": "4f72e77cd4ccdee774f6b450abf9cc02f64de47f",
  "_shrinkwrap": null,
  "_spec": "can-ssr@^0.9.1",
  "_where": "/Users/kevin/dev/done-component",
  "author": {
    "name": "Bitovi"
  },
  "bin": {
    "can-serve": "./bin/can-serve"
  },
  "bugs": {
    "url": "https://github.com/canjs/ssr/issues"
  },
  "dependencies": {
    "can": "^2.3.0-pre || ^2.3.0-beta || ^2.3.0",
    "commander": "^2.8.1",
    "compression": "^1.4.4",
    "express": "^4.12.4",
    "http-proxy": "^1.11.1",
    "najax": "^0.1.5",
    "steal": "^0.12.0-pre.0",
    "websocket": "^1.0.21",
    "xmlhttprequest": "^1.7.0"
  },
  "description": "Server-side rendering for CanJS applications",
  "devDependencies": {
    "documentjs": "^0.3.0",
    "done-autorender": "^0.3.0",
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-copy": "^0.8.0",
    "grunt-simple-mocha": "^0.4.0",
    "jquery": "^1.11.3",
    "jshint": "^2.8.0",
    "mocha": "^2.2.4",
    "request": "^2.61.0",
    "steal-qunit": "0.0.4",
    "steal-tools": "^0.12.0-pre.0",
    "testee": "^0.2.0"
  },
  "directories": {},
  "dist": {
    "shasum": "4f72e77cd4ccdee774f6b450abf9cc02f64de47f",
    "tarball": "https://registry.npmjs.org/can-ssr/-/can-ssr-0.9.4.tgz"
  },
  "gitHead": "bfe079ca9050295e78cc9cf5976d69978945daf5",
  "homepage": "https://github.com/canjs/ssr",
  "keywords": [
    "stealjs",
    "canjs"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "matthewp",
      "email": "matthew@matthewphillips.info"
    },
    {
      "name": "daffl",
      "email": "daff@neyeon.de"
    },
    {
      "name": "justinbmeyer",
      "email": "justin@bitovi.com"
    }
  ],
  "name": "can-ssr",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/canjs/ssr.git"
  },
  "scripts": {
    "document": "documentjs",
    "jshint": "jshint lib/.  test/*.js --config",
    "publish": "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",
    "start": "node server.js",
    "test": "npm run jshint && npm run test:only",
    "test:browser": "testee test/test.html --browsers firefox --reporter Spec",
    "test:node": "mocha --timeout 10000 test/test.js && mocha --timeout 10000 test/test_envs.js && mocha test/server_test.js --timeout 10000 && mocha test/middleware_test.js --timeout 10000 && mocha test/can-serve_test.js --timeout 60000",
    "test:only": "grunt && npm run test:node && npm run test:browser"
  },
  "system": {
    "npmDependencies": [
      "can",
      "steal-qunit"
    ]
  },
  "version": "0.9.4"
}
