{
  "name": "skypager-documentation",
  "version": "20.1.0",
  "description": "documentation for working with skypager projects",
  "main": "index.js",
  "skypager": {
    "in": "./src/index.web.js",
    "builds": {
      "website": {
        "app": "./src/index.web.js"
      }
    },
    "services": {
      "selectors": {
        "mount": "/api/selectors"
      },
      "documents": {
        "mount": "/api/documents"
      },
      "code-runner": {
        "mount": "/api/run"
      },
      "models": {
        "mount": "/api/models"
      }
    },
    "compilers": {
      "website": {
        "entry": {
          "app": "./src/index.web.js"
        }
      }
    }
  },
  "scripts": {
    "start": "skypager start --profile website --hot --port 3000",
    "prestart:production": "skypager build website --production",
    "build": "skypager build --profile website --production",
    "build:watch": "skypager build --profile website --production --watch",
    "start:production": "NODE_ENV=production skypager start --profile history --port 3000 --production --disable-dll-plugin",
    "test": "exit 0",
    "test:watch": "exit 0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/skypager/skypager.git"
  },
  "keywords": [
    "skypager",
    "documentation",
    "react",
    "cloud",
    "writing"
  ],
  "author": "Jon Soeder <jon@chicago.com> (https://twitter.com/soederpop)",
  "license": "SEE LICENSE IN License.md",
  "bugs": {
    "url": "https://github.com/skypager/skypager/issues"
  },
  "homepage": "https://github.com/skypager/skypager#readme",
  "dependencies": {
    "autobind-decorator": "^1.3.4",
    "babel-runtime": "^6.20.0",
    "brace": "^0.9.1",
    "firebase": "^3.6.4",
    "font-awesome": "^4.7.0",
    "history": "^4.5.0",
    "lodash": "^4.17.4",
    "mdast-util-heading-range": "^2.0.1",
    "mdast-util-to-string": "^1.0.2",
    "mobx": "^2.7.0",
    "mobx-react": "^4.0.4",
    "path-to-regexp": "^1.7.0",
    "react": "^15.4.1",
    "react-ace": "^4.1.1",
    "react-dom": "^15.4.1",
    "remark": "^6.2.0",
    "remark-react": "^3.1.0",
    "semantic-ui-css": "^2.2.4",
    "semantic-ui-react": "^0.63.1",
    "skypager": "^20.1.0",
    "skypager-project-types-react": "^15.1.0",
    "skypager-registry": "^12.3.0",
    "skypager-util": "^20.1.0",
    "unist-util-find-after": "^2.0.0",
    "unist-util-find-all-after": "^1.0.0",
    "unist-util-find-all-before": "^2.0.0",
    "unist-util-select": "^1.5.0",
    "unist-util-source": "^1.0.1",
    "skypager-runtime": "^20.1.0"
  }
}
