{
  "name": "strapi",
  "version": "3.0.0-alpha.12",
  "description": "An open source solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier.",
  "homepage": "http://strapi.io",
  "keywords": [
    "api",
    "auth",
    "framework",
    "http",
    "json",
    "koa",
    "koajs",
    "lusca",
    "mvc",
    "oauth",
    "oauth2",
    "orm",
    "realtime",
    "rest",
    "restful",
    "security"
  ],
  "directories": {
    "lib": "./lib",
    "bin": "./bin"
  },
  "main": "./lib",
  "bin": {
    "strapi": "./bin/strapi.js"
  },
  "dependencies": {
    "async": "^2.1.2",
    "boom": "^5.2.0",
    "cheerio": "^1.0.0-rc.2",
    "delegates": "^1.0.0",
    "glob": "^7.1.2",
    "kcors": "^2.2.0",
    "koa": "^2.1.0",
    "koa-body": "^2.5.0",
    "koa-compose": "^4.0.0",
    "koa-compress": "^2.0.0",
    "koa-convert": "^1.2.0",
    "koa-favicon": "^2.0.0",
    "koa-i18n": "^2.1.0",
    "koa-ip": "^1.0.0",
    "koa-locale": "~1.3.0",
    "koa-lusca": "~2.2.0",
    "koa-router-joi": "^1.0.1",
    "koa-session": "^5.5.1",
    "koa-static": "^4.0.1",
    "lodash": "^4.16.5",
    "node-fetch": "^1.7.3",
    "node-schedule": "^1.2.0",
    "rimraf": "^2.6.2",
    "semver": "^5.4.1",
    "stack-trace": "0.0.10",
    "strapi-generate": "3.0.0-alpha.12",
    "strapi-generate-admin": "3.0.0-alpha.12",
    "strapi-generate-api": "3.0.0-alpha.12",
    "strapi-generate-new": "3.0.0-alpha.12",
    "strapi-generate-plugin": "3.0.0-alpha.12",
    "strapi-generate-policy": "3.0.0-alpha.12",
    "strapi-generate-service": "3.0.0-alpha.12",
    "strapi-utils": "3.0.0-alpha.12"
  },
  "author": {
    "email": "hi@strapi.io",
    "name": "Strapi team",
    "url": "http://strapi.io"
  },
  "maintainers": [
    {
      "name": "Strapi team",
      "email": "hi@strapi.io",
      "url": "http://strapi.io"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/strapi/strapi.git"
  },
  "bugs": {
    "url": "https://github.com/strapi/strapi/issues"
  },
  "engines": {
    "node": ">= 9.0.0",
    "npm": ">= 5.3.0"
  },
  "preferGlobal": true,
  "license": "MIT"
}